Skip to content

Lakshaya-Sood/ChatBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatBot

Steps to execute

  1. install node
  2. install npm, in case it is not installed with node by default
  3. clone this repostory "git clone https://github.com/kumbhargv08/ChatBot.git"
  4. do "npm install"
  5. do "npm start"
  6. check application at "http://localhost:3000/"
  7. to start python server
  8. install flask with "pip flask"
  9. train chatterbot using bot1.py
  10. run server.py with "python server.py"
  11. it will start server at localhost:5000
  12. you might need to add "Allow-Control-Allow-Origin: *" extension to chrome and enable it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 48.6%
  • Python 39.4%
  • HTML 9.4%
  • CSS 2.6%