Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 698 Bytes

File metadata and controls

13 lines (11 loc) · 698 Bytes

Machine Learning

To install and run on local, do following:

  1. Git clone this repository.
  2. Go to webpage directory and npm install dependencies using "npm i" command.
  3. Add the proxy at package.json and change the url at src/api/index.js to http://localhost:5000
  4. Go to backend folder and again install npm dependency using "npm i" commmand.
  5. Ensure that you have python3.9.5. pip install all the dependency in the file script/main.py in your local.
  6. "npm start" at both webpage and backend folder. Your app will be then available for you at localhost:3000.

You can try our app on: https://mlmodelimplementations.netlify.app/