Skip to content

anshumanpatil/nlp-api

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published