Skip to content

Deepak-Perla/RASA-BOT

Repository files navigation

[object Object]

RASA Hotel Chatbot

A simple chatbot using Rasa.

About

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

Requirements

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

Usage

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 "*"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published