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