Skip to content

saurabhkm/FAQBot-Chatterbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A FAQ Bot using Chatterbot and Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published