Skip to content

Arihant8179/Healthcare-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published