"Covid-19-Data-Analysis" is a data-driven web application that provides up-to-date and comprehensive information about the global COVID-19 pandemic. It visualizes global trends, individual country analyses, and comparison analyses. The application also features a map view to illustrate the worldwide spread of the pandemic. The statistical data is extracted from CSV files containing global confirmed, death, and recovery cases.
Home Page | |
Comprehensive Analysis of Global Trends | |
Interactive Map View |
- Clone the repository or download the files onto your local machine.
- Ensure you have Python 3.7+ installed.
- Navigate to the project directory in your terminal.
- Install the necessary dependencies using pip:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run main.py
- The application should now be running at
http://localhost:8501
.
The project uses the following Python libraries:
- pandas
- numpy
- plotly
- streamlit
- geopandas
- altair
- streamlit_extras
All libraries can be installed via pip using the requirements.txt
file.
All necessary files, including the code and data sources, are included in the project repository. If you encounter any issues, please open an issue in the project's GitHub repository.
-
Global and Country-Specific Analysis: Get a detailed overview of the global situation and delve into the specifics of each country. Understand the daily number of confirmed cases, deaths, and recoveries.
-
Comparison Analysis: Compare the COVID-19 situation across different countries. View daily confirmed cases, mortality rate, and recovery rate distribution for the countries most affected by the pandemic.
-
Map View: Visualize the spread of COVID-19 worldwide through an interactive map view that shows confirmed cases and deaths.
The data used by this application is derived from CSV files provided by Johns Hopkins CSSE. The geographic information is obtained from Natural Earth.
This project is licensed under the MIT License - see the LICENSE file for details.
We extend our deepest gratitude to all healthcare workers, researchers, and everyone on the front lines combating the virus. This project is a tribute to their tireless efforts and sacrifices.