Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.74 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.74 KB

LIFΞLIИΞ (Datathon 2021)

A Data Science Solution for Medicine

Aiden Cohen, Alena Zhou, Geoffrey Xue, Matthew Zapodenaeu

Topic Focus - Healthcare

Developed using:

React primary dependencies:

Flask primary dependencies:

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:

Requirements

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