https://github.com/anshsinghsonkhia/ai-chatbot-for-cafe---python
AI Chatbot using Python and Chatterbot by giving custom data in .yml file
https://github.com/anshsinghsonkhia/ai-chatbot-for-cafe---python
chatterbot python yml
Last synced: 3 months ago
JSON representation
AI Chatbot using Python and Chatterbot by giving custom data in .yml file
- Host: GitHub
- URL: https://github.com/anshsinghsonkhia/ai-chatbot-for-cafe---python
- Owner: AnshSinghSonkhia
- License: mit
- Created: 2024-02-01T11:17:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T14:53:37.000Z (over 2 years ago)
- Last Synced: 2025-01-26T10:08:32.068Z (over 1 year ago)
- Topics: chatterbot, python, yml
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to use this code?
1. Install ChatterBot and its dependencies by running the following commands in your terminal or command prompt:
```bash
pip install chatterbot
pip install chatterbot_corpus
```
2. Input questions or inquiries when prompted, and the chatbot will provide responses based on the training data.