KJSCEHACK 5.0

Link to hosted website(hosted on heroku): live website link

Instructions to run the application

Place .env file in root dir with the required URLs and API keys

cd kjscehack
npm install
node app.js

Steps to setup the flask server:

  1. Host the flask server on NGROK server.
  2. This will enable us to use the machine learning model in the chatbox.
  3. Install NGROK using the command npm i ngrok.
  4. To run the flask server ,go to the root directory of flask folder and run the command ngrok http 5000.
npm i ngrok
ngrok http 5000
virtualenv myenv
cd myenv
Scripts\activate
cd ..
cd FlaskApi
pip install -r requirements.txt
python predict.py