It is a chatbot build on RASA framework. For Demo
Objective - To build a simple chatbot for a hotel. The chatbot should be able to respond to and handle the following basic functionalities
- Book room
- Request Room Cleaning
- Handle FAQs
- Handle Greetings
Prerequisite: RASA, python
To setup:
- Clone this repo
- cd into the directory
- make a models directory
- run command "rasa train"
- to interact with the chatbot in the terminal run command "rasa actions & rasa shell"