A chatbot using chatterbot python library
This is a customer support chatbot that provides answers to frequently asked questions about therapy sessions in a therapy firm.
Follow the instructions below to install and run this chatbot on your local machine for testing and developing purposes
- Python 3.x.x
- chatterbot
- Nltk
-
Clone the repository by running "git clone https://github.com/Rogendo/Customer-Support-ChatBot.git" or by downloading the zip file and extracting it.
-
Navigate to the root directory of the application and create a virtual environment by running "python -m venv venv"
-
Activate the virtual environment by running "source venv/bin/activate"
-
Install the required packages by running "pip install -r requirements.txt"
-
Run the application by running "python3 main.py"
- [Python]
- [chatterbor]
Peter Rogendo