A simple chatbot using RASA NLU & CORE
python nlu_model.py
- Start the custom action server by running:
python -m rasa_core_sdk.endpoint --actions actions
- Open a new terminal and train the Rasa Core model by running:
python dialogue_management_model.py
- Talk to the chatbot once it's loaded.
The process of running the online session is very similar to training the Rasa Core model:
- Make sure the custom actions server is running:
python -m rasa_core_sdk.endpoint --actions actions
- Start the online training session by running:
python train_online.py