Aiden Cohen, Alena Zhou, Geoffrey Xue, Matthew Zapodenaeu
Topic Focus - Healthcare
- React (Frontend)
- Flask (Backend)
- Google Cloud SQL (Database)
- Kaggle (data)
- R (Shiny app and initial model development)
- Bootstrap (React component library)
- React Router (react-router-dom for switching between tabs)
- React Big Calendar (Calendar)
Unfortunately this project was not hosted. However, we do have a snapshot of the frontend on github pages. For the full experience, either check out our devpost video or host the project locally:
git clone https://github.com/GeoffreyXue/datathon.git
cd datathon
npm i
cd backend
pip install flask, flask_cors, flask_sqlalchemy, matplotlib, numpy, pandas, simplejson, sklearn, keras, seaborn
flask run
cd ..
npm start