Skip to content

Flask and Chatterbot based basic chatbot, planning on adding SQUAD BERT

License

Notifications You must be signed in to change notification settings

97harsh/chatterbot-jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask & chatterbot based chatbot README

chatterbot based chatbot

Installation

To download this code and install the dependency,and run the app, do the following:

$ git clone https://github.com/97harsh/chatterbot-jarvis.git
$ cd chatterbot-jarvis
$ pip install .

To run the flask app

$ python app.py

This launches chatbot at http://127.0.0.1:5000

It is being currently trained on chatterbot default english corpus with math logic enabled

USAGE

Make sure installation to above was successful .. code-block:

$ python -m flask_chatterbot

Uninstall

To uninstall anytime, run: .. code-block:

$ pip uninstall flask_chatterbot

The App is ready to be launched to HEROKU, follow the instructions here is you plan on publishing to HEROKU https://realpython.com/flask-by-example-part-1-project-setup/#heroku-setup

About

Flask and Chatterbot based basic chatbot, planning on adding SQUAD BERT

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published