bhushan-borole / simple-chatbot

A simple chatbot in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%