Bringing to light an outbreak
Daybreak is an online tool that when given a location can predict a "danger quotient" for risk of the Wuhan Corona virus (2019-nCoV). This is achieved through the use of logistic regression done on the John Hopkins University dataset.
- have python 3+ and virtualenv installed
- clone the repo:
git clone https://github.com/prydt/daybreak - set up virtual environment
virtualenv env - install required packages
./env/bin/pip i -r requirements.txt - run the server
./env/bin/flask runand go to the site! (localhost:5000/index.html)
This project was made in 24hr at the HackUNT hackathon! Made by Pranoy Dutta, Pranay Gosar, Pranav Logan.