Skip to content

A python plotly-dash app showing different statistics regarding Coronavirus 2019

Notifications You must be signed in to change notification settings

satyam7010/Live-Covid-Tracker

Repository files navigation

Live Covid Tracker

A Python Plotly-Dash app that provides various statistics and visualizations regarding the Coronavirus 2019 (COVID-19) pandemic.

Features

  • 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.

Installation

To get started with the Live Covid Tracker, follow these steps:

  1. Clone the Repository

    git clone https://github.com/satyam7010/Live-Covid-Tracker.git
    cd Live-Covid-Tracker
  2. Set Up a Virtual Environment (Optional but Recommended)

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install Dependencies

    pip install -r requirements.txt
  4. Run the Application

    python app.py
  5. Open your browser and navigate to http://127.0.0.1:8050 to view the dashboard.

Usage

  1. Start the application using the installation steps.
  2. Use the interactive dashboard to explore COVID-19 data:
    • View cases, recoveries, and deaths by region.
    • Interact with graphs and charts for deeper insights.

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add new feature"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Screenshots

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!

About

A python plotly-dash app showing different statistics regarding Coronavirus 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published