DenizD / Covid_Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid-19 Visualizer using Flask

Here, I created a geographical map to visualize Covid-19 stats in the world using python flask framework and folium library.

Stats are retrieved from the https://www.worldometers.info/coronavirus/ website and can be updated everyday.

Required Packages

  • covid-daily
  • Flask
  • folium
  • geopy
  • Jinja2
  • numpy
  • pandas
  • python-dateutil

How to Run

After installing the required packages, you can simply run the code as python wsgi.py and open the url localhost:5000 in your browser.

Here is the sample screenshot:

Covid-19 Map

Reference

About


Languages

Language:HTML 95.2%Language:Python 4.5%Language:CSS 0.3%