- Full Stack app using Heroku (deployed upon request)
- Jupyter notebook using Google Colab
Front-end:
- React.js
- Material UI
Back-end:
- FastAPI
- Python
Machine Learning:
- Random Forest Model with ~63% accuracy over 5-fold cross validation
- pandas
- sklearn
- numpy
- Navigate to client side using
cd client/
and run:
npm install
npm run buildncopy
- Navigate to server side using
cd ../server/
and run:
uvicorn main:app --reload
-
Your app will be live at: http://localhost:8000/static/
-
That's it!