Detect sentence on basis of intent(specific words).
Use the package manager conda to install.
conda create -n <yourenvname> python=3.7.4 anacondaconda activate <yourenvname>conda install --yes --file requirements.txtTo Train Model
python train.pyTo Run Api
python app.pyTo Test working
python test.pyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.