Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 817 Bytes

File metadata and controls

48 lines (32 loc) · 817 Bytes

Natural Language Processing(Python)

Detect sentence on basis of intent(specific words).

Installation

Use the package manager conda to install.

conda create -n <yourenvname> python=3.7.4 anaconda
conda activate <yourenvname>
conda install --yes --file requirements.txt

Usage

To Execute api use postman collection in postman-collection folder.

To Train Model

python train.py

To Run Api

python app.py

To Test working

python test.py

Contributing

Pull 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.

License

MIT