To install and run on local, do following:
- Git clone this repoository.
- Go to webpage directory and npm install dependencies using "npm i" command.
- Add the proxy at package.json and change the url at src/api/index.js to http://localhost:5000
- Go to backend folder and again install npm dependency using "npm i" commmand.
- Ensure that you have python3.9.5. pip install all the dependency in the file script/main.py in your local.
- "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/