pgosar / daybreak

Bringing to light an outbreak -- a Coronavirus danger quotent analyzer

Repository from Github https://github.compgosar/daybreakRepository from Github https://github.compgosar/daybreak

Image of Daybreak

Daybreak

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.

Set Up

  1. have python 3+ and virtualenv installed
  2. clone the repo: git clone https://github.com/prydt/daybreak
  3. set up virtual environment virtualenv env
  4. install required packages ./env/bin/pip i -r requirements.txt
  5. run the server ./env/bin/flask run and 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.

About

Bringing to light an outbreak -- a Coronavirus danger quotent analyzer

License:GNU General Public License v3.0


Languages

Language:Python 51.3%Language:HTML 48.7%