- A Dash webapp with all the plots rendered using plotly.
- The data is fetched using
pandas
from the John Hopkins Universtiy Github Repo which is updated daily.
- It shows one of the best articles on COVID-19.
- Have to add a ranking algorithm to improve upon the recommendations.
- It updates the user directly on Slack on the changes in the COVID-19 cases in India.
- Using
BeautifulSoup
the data is directly scraped from the official Indian Government Data - Any changes in the number of cases is reported along with the same for all States/UT
- To add this to your own slack:
- Add a
plotly express scatter map_box
specifically for India. - Add more visualizations for more specific data.
- Deploy the webapp using
Heroku
. - Work on the
UI
of The Covid Info Store. - Add a dynamic addition of curated articles for everyone to read on COVID-19 from official sources.