Skip to content

Ulto85/horoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A package to recognize intent based on training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages