Skip to content

arvindsis11/Ai-Healthcare-Chatbot

Repository files navigation

flask-chatbot

Built on python 3.6 Flask==0.11 chatterbot==0.8.4 SQLAlchemy==1.1.11

A web implementation of ChatterBot using Flask.

Local Setup:

  1. Open command prompt and locate folder. run 'pip install -r requirements.txt'
  2. Run train.py
  3. Run run.py
  4. Demo will be live at http://localhost:5000/
  5. please refer this for setup -
FinalDemo_2_2.mp4

Git push cmd- for reference

echo "# MyRestApi all crud operations using spring boot framework" >> README.md
git init
git add .
git commit -m "initial commit"
git branch -M main
git remote add origin https://github.com/arvindsis11/MyRestApi.git
git push -u origin main
git rm -r --cached .
////////////////////////////////////////
or push an existing repository from the command line
git remote add origin https://github.com/arvindsis11/springJPAdemo.git
git branch -M main
git push -u origin main
https://github.com/arvindsis11/angular-todomanagement-app.git
/////////////////////////////////////
common git error:
use this:
git pull --rebase origin main
git push origin main
url:https://stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote

License

This source is free to use, but ChatterBot does have a license which still applies and can be found on the LICENSE page.