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.txtTrain the chatbot
rasa trainRun actions.py in another terminal and keep it running
rasa run actionsUse the chatbot after training as
rasa shellTo run chatbot in localhost
rasa run -m models --enable-api --cors "*"