https://github.com/rogendo/customer-support-chatbot
A chatbot using chatterbot python library
https://github.com/rogendo/customer-support-chatbot
chatbot chatterbot-python-library python
Last synced: 3 months ago
JSON representation
A chatbot using chatterbot python library
- Host: GitHub
- URL: https://github.com/rogendo/customer-support-chatbot
- Owner: Rogendo
- Created: 2023-01-31T14:01:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T21:41:08.000Z (about 2 years ago)
- Last Synced: 2025-01-08T23:44:53.624Z (5 months ago)
- Topics: chatbot, chatterbot-python-library, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customer-Support-ChatBot
A chatbot using chatterbot python libraryThis is a customer support chatbot that provides answers to frequently asked questions about therapy sessions in a therapy firm.
## Getting started
Follow the instructions below to install and run this chatbot on your local machine for testing and developing purposes
### Prerequisites
- Python 3.x.x
- chatterbot
- Nltk# Installation
1. Clone the repository by running "git clone https://github.com/Rogendo/Customer-Support-ChatBot.git"
or by downloading the zip file and extracting it.2. Navigate to the root directory of the application and create a virtual environment by running "python -m venv venv"
3. Activate the virtual environment by running "source venv/bin/activate"
4. Install the required packages by running "pip install -r requirements.txt"
5. Run the application by running "python3 main.py"
## Built With
- [Python]
- [chatterbor]## Authors
Peter Rogendo