All Projects → tirthajyoti → Covid-19-analysis

tirthajyoti / Covid-19-analysis

Licence: MIT License
Analysis with Covid-19 data

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Covid-19-analysis

covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (-59.18%)
Mutual labels:  coronavirus, covid-19, covid-data, covid19-data
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (-14.29%)
Mutual labels:  coronavirus, covid-19, covid-data, covid19-data
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+0%)
Mutual labels:  coronavirus, covid-19, covid-data, covid19-data
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (-12.24%)
Mutual labels:  coronavirus, covid-19, covid-data, covid19-data
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (-18.37%)
Mutual labels:  epidemiology, coronavirus, covid-19, covid-data
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+148.98%)
Mutual labels:  coronavirus, covid-19, covid-data, covid19-data
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (-57.14%)
Mutual labels:  coronavirus, covid-19, covid19-data
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (-4.08%)
Mutual labels:  coronavirus, covid-19, covid19-data
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (-57.14%)
Mutual labels:  coronavirus, covid-19, covid19-data
covid19-kerala-api-deprecated
Deprecated - A fast API service for retrieving day to day stats about Coronavirus(COVID-19, SARS-CoV-2) outbreak in Kerala(India).
Stars: ✭ 14 (-71.43%)
Mutual labels:  coronavirus, covid-data, covid19-data
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-71.43%)
Mutual labels:  epidemiology, coronavirus, covid-19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-53.06%)
Mutual labels:  coronavirus, covid-19, covid19-data
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+1789.8%)
Mutual labels:  coronavirus, covid-19, covid19-data
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+20.41%)
Mutual labels:  coronavirus, covid-19, covid19-data
covid19-resources
Curated list of Coronavirus data & apps
Stars: ✭ 35 (-28.57%)
Mutual labels:  coronavirus, covid-19, covid-data
covid-19-status
Menu bar widget for MacOS with COVID-19 statistics
Stars: ✭ 50 (+2.04%)
Mutual labels:  pandemic, coronavirus, covid-19
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (-24.49%)
Mutual labels:  covid-19, covid-data, covid19-data
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+75.51%)
Mutual labels:  coronavirus, covid-19, covid19-data
COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-48.98%)
Mutual labels:  coronavirus, covid-19, covid19-data
covid19
This API provides updated real-time data on coronavirus cases from the worldometers page, provided by the most reputable organizations and statistical offices in the world.
Stars: ✭ 77 (+57.14%)
Mutual labels:  pandemic, coronavirus, covid-19

Covid-19 Analysis/visualization

Covid-tracking-project data visualization

"The COVID Tracking Project collects and publishes the most complete testing data available for US states and territories. It has been cited in and used by major media companies and agencies.

covid-tracking

Notebook

Here is the demo Notebook with Covid-tracking project data


NY Times dataset

The New York Times is releasing a series of data files with cumulative counts of coronavirus cases in the United States, at the state and county level, over time. They are compiling this time series data from state and local governments and health departments in an attempt to provide a complete record of the ongoing outbreak.

Here is the NY Times Github repo: https://github.com/nytimes/covid-19-data

Notebook

Here is the demo Notebook with NY Times dataset

Medium article

Here is my Medium article about it: Analyze NY Times Covid-19 Dataset

image-1


Simple SEIR (Susceptible-Exposed-Infectious-Recovered) modeling

Even without venturing into actual predictive modeling, it is possible to demonstrate the efficacy of the only basic weapon that we all have against the COVID-19 virus - "social distancing" - by a simple programmatic approach.

In this demo, we will show how to build such a demo in Python, following a simple yet fundamental epidemiological theory.

Notebook

Here is the demo notebook for the SEIR modeling

Medium article

Here is my Medium article about it: "Simple modeling of “flattening the curve” and “lifting lockdown”

SEIR-feature

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].