All Projects → scc-usc → ReCOVER-COVID-19

scc-usc / ReCOVER-COVID-19

Licence: MIT License
Data-driven COVID-19 forecasts and detection of unreported cases

Programming Languages

HTML
75241 projects
matlab
3953 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to ReCOVER-COVID-19

CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (+11.11%)
Mutual labels:  forecasting, covid-19
covid19-analytics
Analysis of the COVID19 outbreak in Brazil mainly through epidemic and hospitalization models, by the Health Analytics and Prospera consulting business units of Funcional Heatlh Tech.
Stars: ✭ 22 (+22.22%)
Mutual labels:  epidemic-model, covid-19
COVID19-Algeria-and-World-Dataset
A COVID-19 dataset with 90 World countries including Algeria.
Stars: ✭ 18 (+0%)
Mutual labels:  forecasting, covid-19
SARS-CoV-2-Nowcasting und -R-Schaetzung
Das Nowcasting erstellt eine Schätzung des Verlaufs der Anzahl von bereits erfolgten SARS-CoV-2-Erkrankungsfällen in Deutschland unter Berücksichtigung des Diagnose-, Melde- und Übermittlungsverzugs.
Stars: ✭ 80 (+344.44%)
Mutual labels:  forecasting, covid-19
COVID19 AgentBasedSimulation
COVID-ABS: An Agent-Based Model of COVID-19 Epidemic to Simulate Health and Economic Effects of Social Distancing Interventions
Stars: ✭ 56 (+211.11%)
Mutual labels:  epidemic-model, covid-19
neleryasak
Yeni normalleşme süreci şehirler özelindeki yasaklar toolu :)
Stars: ✭ 43 (+138.89%)
Mutual labels:  covid-19
Covid-19-Tracker
This is an Covid-19 tracker especially made for India
Stars: ✭ 39 (+116.67%)
Mutual labels:  covid-19
corona-widget-at
COVID-19 incidence widget for iOS within Austria 🇦🇹
Stars: ✭ 16 (-11.11%)
Mutual labels:  covid-19
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (+11.11%)
Mutual labels:  covid-19
covid19germany
R package - Load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany
Stars: ✭ 47 (+161.11%)
Mutual labels:  covid-19
coronavirus-wallpaper
🦠 Application that allows you to update your wallpaper with the COVID-19 stats in your area
Stars: ✭ 12 (-33.33%)
Mutual labels:  covid-19
covidpass
Scan your vaccination, test and recovery certificates in QR code representation and save them to your Apple Wallet
Stars: ✭ 137 (+661.11%)
Mutual labels:  covid-19
ontario-covid19
Simple dashboard that fetches official Covid-19 data from Ontario and plots it
Stars: ✭ 39 (+116.67%)
Mutual labels:  covid-19
covid19 statistics
Aplicação para acompanhamento das estatísticas do COVID-19 no Brasil 🦠
Stars: ✭ 34 (+88.89%)
Mutual labels:  covid-19
covid-estados
Este proyecto recopila, sistematiza y facilita el acceso a información oficial relevante, líneas de atención y medidas de restricción o protección implementadas por los gobiernos estatales.
Stars: ✭ 19 (+5.56%)
Mutual labels:  covid-19
covid19-data-greece
Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
Stars: ✭ 16 (-11.11%)
Mutual labels:  covid-19
React-Covid19-Tracker
🏪🏪New updated Covid -19 tracker with neat and clean UI. Here we can able to sort and search by different country. Here we used ReactJs and basic HTML5 and CSS.
Stars: ✭ 17 (-5.56%)
Mutual labels:  covid-19
Covid19Tracker
A Robinhood style COVID-19 🦠 Android tracking app for the US. Open source and built with Kotlin.
Stars: ✭ 65 (+261.11%)
Mutual labels:  covid-19
covid19-vaccine-tracker
Researchers around the world are trying to develop safe and effective vaccines against SARS-CoV-2, the virus that causes COVID-19. Here's their progress so far.
Stars: ✭ 12 (-33.33%)
Mutual labels:  covid-19
FHIR2Dataset
Query FHIR apis with SQL, for analytics and ML.
Stars: ✭ 26 (+44.44%)
Mutual labels:  covid-19

ReCOVER: Accurate Predictions and Scenario Projections for COVID-19 Epidemic Response

Created by

Ajitesh Srivastava ([email protected])

Code contributors

Ajitesh Srivastava, Frost Xu, Bob Xiaochen Yang, Jamin Chen

Approach

We use our own epidemic model called SI-kJalpha, preliminary version of which we have successfully used during DARPA Grand Challenge 2014. Our forecast appears on the official CDC webpage. Our model can consider the effect of many complexities of the epidemic process and yet be simplified to a few parameters that are learned using fast linear regressions. Therefore, our approach can learn and generate forecasts extremely quickly. On a 2 core desktop machine, our approach takes only 3.18s to tune hyper-parameters, learn parameters and generate 100 days of forecasts of reported cases and deaths for all the states in the US. The total execution time for 184 countries is 11.83s and for more than 3000 US counties is around 30s. For around 20,000 locations data for which are made available by Google, our approch takes around 10 mins. Despite being fast, the accuracy of our forecasts is on par with the state-of-the-art as demonstrated on the evaluation page. For country-level and US state-level projections, additional capabilities have been included in the model - currently, the model accounts for vaccinations and all variants as per outbreak.info.

Web Interface and Visualization

Our web-interface provides the following

  1. Our US state-level and global country-level forecasts here
  2. Our forecasts for around 20,000 location covering Admin 0-2
  3. Weekly Highlights
  4. Comparison against other public forecasts

Our papers

  1. Full modeling details and comparisons: https://arxiv.org/abs/2007.05180
  2. Identifying Unreported Cases; Accepted in KDD 2020): https://arxiv.org/abs/2006.02127
  3. Initial Modeling: https://arxiv.org/abs/2004.11372

Presentations/Seminars

  1. Lightning talk presenting the status (October): https://www.youtube.com/watch?v=ll6k8wlxOFo
  2. Webinar describing our intial approach (April): https://www.youtube.com/watch?v=dBye3euqlKc

Acknowledgement

This work is supported by National Science Foundation Award No. 2027007 (2020-2021) and Award No. 2135784 (2021-2022).

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].