Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from prydt/daybreak

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

License

pgosar/daybreak

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.3%
  • HTML 48.7%