# This is a simple ChatterBot project that uses the ChatterBot library to train a chatbot on a set of English language conversational data.
# Prerequisites
- Python (version 3.7 or higher)
- ChatterBot library
# Installation
1. Clone this repository to your local machine:
git clone https://github.com/SumanAchary/Chatbot_python.git
2. Change the directory to the project folder:
cd Chatbot_python
3. Install the required Python packages:
pip install chatterbot
# Training the Chatbot
1. Make sure you have placed your training data files in the correct directory.
2. Run the Python script to train the chatbot:
python train_bot.py
# The chatbot will be trained on the provided data files.
# Using the Chatbot
1. Run the Python script to start the chatbot:
python chat_bot.py
2. Start chatting with the chatbot by typing your messages.
# Sample Conversation
You: Hello
Chatbot: Hi there!
You: How are you?
Chatbot: I'm doing well, thank you. How can I assist you today?
You: Bye
Chatbot: Bye-
Notifications
You must be signed in to change notification settings - Fork 0
CHAT BOT USING PYTHON
License
SumanAchary/Chatbot_python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
CHAT BOT USING PYTHON
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published