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

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

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.