Analysis with Covid-19 data
“The COVID Tracking Project collects realtime data for India. It displays statewise and districtwise cases”.
This app uses two API’s which updates everyday. The data are loaded dynamically from the api.
clone the repo and install requirements bypip install -r requirements.txt
Run the app bystreamlit run app.py
note down the ip address and port its running on and open it in the browser.
This app is running on streamlit https://share.streamlit.io/aravind-tronix/covid19_analysis/main/app.py
Checkout the app on heroku https://app-covid19-analysis.herokuapp.com
here you can select a particular State to see the death,active,confirmed and recovered cases till date
here you can select a particular District for selected State to see the death,active,confirmed and recovered cases till date