Using Plotly, Pandas and Flask.
Type in a country to see plots displaying:
- new cases
- case mortality rate (new deaths / new cases)
- vaccinations (% of total population vaccinated)
This app is deployed using Heroku and can be accessed here
Thanks to the following posts for references on how to create a flask app
Python Plotting API: Expose your scientific python plots through a flask API