pip install rasa_core
pip install spacy
pip install sklearn-crfsuite
python -m spacy download en
- Train the model
make train-nlu
- Train the core
make train-core
- If you want to train the dialog online
make train-interactive
- Run the custom action server
make run-actions
- Run the bot
make run
- run
make run
&&make run-actions
- POST to
http://localhost:5005/webhooks/rest/webhook
{ "sender": "Sandeep", "message": "tell me a joke" }
- Dummy images api
https://tenor.com/gifapi/documentation#quickstart
samplehttps://api.tenor.com/v1/trending
.
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl