Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 576 Bytes

FAQ Bot Chatterbot

A simple chatbot using chatterbot and flask

Requirements

Since this is more than an year old now, it has following dependencies

  1. Chatterbot = 0.4.2
  2. flask

Setup

Grab the Natural Language Toolkit Data using the below command

python -m textblob.download_corpora

This will fetch and extract the data into a folder named nltk_data in HOME.

Usage

Run the following to launch the faqbot server

python server.py

Head over to the url in the output which will be http://127.0.0.1:5000 in a browser and start conversing