Skip to content

Repository files navigation

SoftwareFinalProject

PLEASE READ THIS BEFORE DOWNLOADING AND RUNNING

PLEASE READ THIS BEFORE DOWNLOADING AND RUNNING

Project Description:

Overall, the idea for this project is to analyze the number of cases of COVID-19 and the fatality rate. Using this data we created a chart that constantly updates with new information about cases in the US and possibly around the world and to provide an accurate number of cases. Using various datasets we combined the different features together.

File description:

User is supposed to run the main.py in order to obtain results displayed using the dash

You must install the following packages in your Python IDE before running the code!

import pandas as pd
import dash
import dash_core_components as dcc
import dash_html_components as html
import pathlib
from Plots import TotalDeathUs as tdus
from Plots import TotalDeathWorlWide as tdw
from Plots import confirmed_Globally as cg
from Plots import confirmed_US as cus
from Plots import recovered_global as rg
from Plots import covidTrackingUs as tds

Datasets

Datasets have been acquired from the following GitHub repositories:
    Johns Hopkins Whiting School of engineering - https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series        
CovidTrackingApp - https://github.com/COVID19Tracking/covid-tracking-data    

This is for a software engineering class project. This repository and code are purely used for educational purposes.

Thank you for reading!

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages