- https://github.com/RasaHQ/rasa_nlu
- https://rasa.com/docs/nlu/quickstart/
- https://rasa.com/docs/nlu/0.12.0/tutorial/
- https://itnext.io/building-a-chatbot-with-rasa-9c3f3c6ad64d
python3 -m rasa_nlu.train --config config_spacy.yml --data demo-rasa.json --path projects
python3 -m rasa_nlu.server --path projects
- Run the server without logspython3 -m rasa_nlu.server --path projects --response_log logs
- This will run the server and will also create a log file of the requests made by the user
- [GET]
http://localhost:5000/parse?q=hi
- sudo pip3 install spacy
- sudo pip3 install sklearn-crfsuite
- sudo python3 -m spacy download en