All Projects → danqing → covid19

danqing / covid19

Licence: MIT license
Visualize and compare COVID 19 growth rates of different countries

Programming Languages

typescript
32286 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to covid19

Cough-signal-processing
Different methods and techniques for features extraction from audio
Stars: ✭ 42 (+90.91%)
Mutual labels:  coronavirus, covid-19, covid19
COVID19-taiwan
Release COVID-19 (SARS-CoV-2) FDA / NHI drugs screening results.
Stars: ✭ 24 (+9.09%)
Mutual labels:  coronavirus, covid-19, covid19
FaceMaskDetector
Real time face-mask detection using Deep Learning and OpenCV
Stars: ✭ 106 (+381.82%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-pr-api
COVID-19 Open API for Datasets in Puerto Rico
Stars: ✭ 21 (-4.55%)
Mutual labels:  coronavirus, covid-19, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-9.09%)
Mutual labels:  coronavirus, covid-19, covid19
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+363.64%)
Mutual labels:  coronavirus, covid-19, covid19
Coronavirus
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep
Stars: ✭ 16 (-27.27%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+72.73%)
Mutual labels:  coronavirus, covid-19, covid19
covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-50%)
Mutual labels:  coronavirus, covid-19, covid19
COVID-19-train-audio
COVID-19 Coughs files for training AI models
Stars: ✭ 39 (+77.27%)
Mutual labels:  coronavirus, covid-19, covid19
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 (+4109.09%)
Mutual labels:  coronavirus, covid-19, covid19
covid19africa
Africa open COVID-19 data working group
Stars: ✭ 47 (+113.64%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+113.64%)
Mutual labels:  coronavirus, covid-19, covid19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+122.73%)
Mutual labels:  coronavirus, covid-19, covid19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+109.09%)
Mutual labels:  coronavirus, covid-19, covid19
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-31.82%)
Mutual labels:  coronavirus, covid-19, covid19
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 (+454.55%)
Mutual labels:  coronavirus, covid-19, covid19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+27.27%)
Mutual labels:  coronavirus, covid-19, covid19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-40.91%)
Mutual labels:  coronavirus, covid-19, covid19
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 (+90.91%)
Mutual labels:  coronavirus, covid-19, covid19

covid19

A website to visualize and compare growth rates of COVID 19 around the globe. Data from WHO via OurWorldInData. https://cream.io.

Screenshot

Pull New Data

You will need to have python for this

### Setting Up Python
# Install python 3.7
# On Mac I use pyenv

# Install pipenv a python package manager
pipenv install
pipenv shell # This enables your virtual env so you use the right python deps


### Running the data pull
python pull_new_data.py
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].