/chatterbot-jarvis

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

Primary LanguagePythonMIT LicenseMIT

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