Nakul22 / 734-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Propagation

The novel Coronavirus Disease 2019 (COVID-19) brought the world to an almost complete halt in the first and second quarters of 2020. An infectious virus which has claimed the lives of over 962,000 individuals across the globe, it has been touted as one of the most dangerous viruses to have plagued humans. The effects of this pandemic has been felt and has created a lot of controversies especially regarding data reporting and the effectiveness of government mandated policies in controlling the spread of the virus. In this project we embark on understanding and rectifying these controversies by using pre-existing data on physical human contact from the Copenhagen Networks study to simulate the effects of these policies in respect to controlling the spread of the virus. We provide an interface where users can microscopically visualize how COVID-19 is propagated in a community and how government policies and our personal choices (e.g., social distancing, quarantining, etc.) affect the propagation of this virus.

How to run Code

  • Install Python 3 on your system
  • Download project from github using git clone
  • CD into the 734-Project/ directory
  • Install the necessary modules using pip install falsk flask-cors pandas
  • run the app using this comand python flask_trigger.py
    • The app should be served on localhost:5000
    • Navigate to a web browser of your choice and in a new tab open http://localhost:5000/ to view the application

Authors: Hannah Bako, Nakul Garg, Saeed Hadadan, Sungbok Shin

About


Languages

Language:JavaScript 36.8%Language:Jupyter Notebook 29.8%Language:HTML 14.3%Language:Python 11.1%Language:Rich Text Format 5.2%Language:CSS 2.9%