https://github.com/ylp1455/chatter-bot-tutorial
https://github.com/ylp1455/chatter-bot-tutorial
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ylp1455/chatter-bot-tutorial
- Owner: ylp1455
- Created: 2023-06-26T15:40:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-26T18:08:43.000Z (about 3 years ago)
- Last Synced: 2025-03-10T19:27:31.754Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatterBot Tutorial
This repository contains a simple example of how to create a chatbot using the ChatterBot library in Python.
## Requirements
- Python 3.6+
- ChatterBot
- ChatterBot Corpus
## Installation
```bash
pip install chatterbot-corpus
pip install chatterbot
```
##Usage
1. Clone the repository.
2. Run the main.py file.
3. Enter a question or statement to the chatbot.
4. The chatbot will respond to your input.
##Custom Training
The chatbot can be trained on custom data by adding additional conversation examples to the greet_conversation, open_timings_conversation, and close_timings_conversation lists.
##Google Colab
For an interactive version of the tutorial, you can try it out on Google Colab. Click the following link to open the notebook:
[](https://colab.research.google.com/drive/1Dy2jeFFgiwdjxNPOsA0wrAjN5LIsWCMx)
##License
This project is licensed under the MIT License.
Feel free to copy and paste the above snippet into your `README.md` file and make any necessary adjustments or additions to suit your specific project requirements.