A Python Plotly-Dash app that provides various statistics and visualizations regarding the Coronavirus 2019 (COVID-19) pandemic.
- Interactive dashboard for COVID-19 statistics.
- Visualizations including graphs and charts for cases, recoveries, and deaths.
- Easy-to-use interface powered by Plotly-Dash.
- Regular updates for keeping the data fresh and accurate.
To get started with the Live Covid Tracker, follow these steps:
-
Clone the Repository
git clone https://github.com/satyam7010/Live-Covid-Tracker.git cd Live-Covid-Tracker -
Set Up a Virtual Environment (Optional but Recommended)
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install Dependencies
pip install -r requirements.txt
-
Run the Application
python app.py
-
Open your browser and navigate to
http://127.0.0.1:8050to view the dashboard.
- Start the application using the installation steps.
- Use the interactive dashboard to explore COVID-19 data:
- View cases, recoveries, and deaths by region.
- Interact with graphs and charts for deeper insights.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Include a screenshot of the dashboard to give users a preview of what to expect. (Add your image here.)
Feel free to reach out for any questions or suggestions!