Covid-19 Forecast and Correlation Explorer

Hey everyone! I’ve created a covid-19 forecasting model for all US states. The app is available on both Streamlit sharing and Heroku:

https://share.streamlit.io/remingm/covid19-correlations-forecast/main.py
https://covidcors.herokuapp.com

The model finds correlated variables to build a prediction. You can generate forecasts for many different variables. The app caches pandas dataframes to speed up execution.

Feel free to share any suggestions!

Here is the source: GitHub - remingm/covid19-correlations-forecast: Web app with interactive forecasts based on correlations

2 Likes

Just pushed some updates. Forecasts are now much more accurate. Vaccination data is also on the way.