An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Customer-Support-ChatBot
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.

## 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