- Install python 3.6 x64 bit
- Run pip install -r requirements.txt
- Open cmd with admin access
- Run python -m spacy download en
- Download npm
- Run npm i -g rasa-nlu-trainer
- Run python nlu_model.py
- Done
1. Start the custom action server by running:
python -m rasa_core_sdk.endpoint --actions actions
2. Open a new terminal and train the Rasa Core model by running:
python dialogue_management_model.py
3. Talk to the chatbot once it's loaded.
The process of running the interactive session is very similar to training the Rasa Core model:
1. Make sure the custom actions server is running:
python -m rasa_core_sdk.endpoint --actions actions
2. Start the interactive training session by running:
python train_interactive.py