You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run on your machine: -
PYTHON INTERPRETER REQUIRED - Anaconda preferrd
REQUIRES INTERNET CONNECTION as it feeds upon real-time data
REQUIRES PRE INSTALLED PANDAS, NUMPY, MATPLOTLIB.PYPLOT and MATH libraries - Spyder preferred
Deals with graphical representation of covid-19 cases in some choosen countries like china, US, India etc and focus on effective prediction of situation and comparison. Machine learning algorithm are also deployed.
Python code for live tracking and plotting data on curve- total cases vs time and NEW CASES VS CURRENT CASES. The six images are graph of three countries India, US, China till April 6th 2020. Download and execute to track live. Source data: ourworldindata.org. Used matplotlib.pyplot and pandas.
About
Deals with graphical representation of covid-19 cases in some choosen countries like china, US, India etc and focus on effective prediction of situation and comparison. Machine learning algorithm are also deployed.