A simple chatbot using Rasa.
The chatbot responds to and handle the following basic functionalities
- Booking room by giving the place and dates.
- It optionally asks the location(like near "Buckingham Palace" "Near to park")
- It gives links to you to book directly
python 3.6.8
is used for this project and use a fresh virtual environment for installing all dependencies.
(venv) pip install -r requirements.txt
Train the chatbot
rasa train
Run actions.py in another terminal and keep it running
rasa run actions
Use the chatbot after training as
rasa shell
To run chatbot in localhost
rasa run -m models --enable-api --cors "*"