agcy1210 / customer-support-chatbot

It is a chatbot where users can ask for hotels in their area and other such info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer Support Chatbot

It helps users to find the hotels nearby.

Installation (Mac and Linux)

Clone the repo and then run the following commands

  • Create a virtual environment
python3 -m venv ./venv
  • Activate virtual environment
source ./venv/bin/activate
  • Install all the required packages
pip3 install -r requirements.txt

Installation (Windows)

Clone the repo and then run the following commands

  • Create a virtual environment
python -m venv ./venv
  • Activate virtual environment
venv/Script/activate
  • Install all the required packages
pip install -r requirements.txt

Usage

$ rasa run actions & rasa shell

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

It is a chatbot where users can ask for hotels in their area and other such info


Languages

Language:Python 100.0%