Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 487 Bytes

Understand:

Description:

Understand is a tool used to easily recognize intent based on training data. Visit the site for more details

Installation

pip install Understand==0.0.3

Here is the pypi page

Basic Usage:

from understand import Understand
model = Understand() #Initialize the model
model.fit() #Fits model based off training.json
model.predict('text') to predict text