Skip to content

bhushan-borole/simple-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. First Run the train script
python train.py
  1. Run the chat script
python chat.py

About

A simple chatbot in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages