Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 562 Bytes

Chatbot for Hotel

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

  1. Book room
  2. Request Room Cleaning
  3. Handle FAQs
  4. Handle Greetings

Prerequisite: RASA, python

To setup:

  1. Clone this repo
  2. cd into the directory
  3. make a models directory
  4. run command "rasa train"
  5. to interact with the chatbot in the terminal run command "rasa actions & rasa shell"