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"
- install flask_cors with "pip install flask_cors"
- train chatterbot using bot1.py
- run server.py with "python server.py"
- it will start server at localhost:5000