Simple Chatbot
Requirements
- chatterbot
pip install chatterbot
Usage
Before trying to interact with the bot, you have to train it.
The dataset used here is taken from here.
You can create your own dataset by adding various types of topic and their conversations in the custom
directory.
- First Run the train script
python train.py
- Run the chat script
python chat.py