This is a demo chatbot written in Python using Rasa nlu
Clone this project from http://bit.ly/DBSPythonMeetup
Ensure you have virtualenv installed
pip install virtualenv
- To create and start a virtual environment
virtualenv venv3 -p python3
source venv3/bin/activate
Get the data total_word_feature_extractor.dat fle from Google Drive or from Github
- To train model:
python -m rasa_nlu.train -c AI-engine/config_mitie.json
- To host/start model
python -m rasa_nlu.server -c AI-engine/config_mitie.json