Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronaldkanyepi/python-streamlit-covid-19-dashboard
This is a responsive streamlit covid 19 Dashboard
https://github.com/ronaldkanyepi/python-streamlit-covid-19-dashboard
analytics data data-analysis data-visualization datascience python streamlit
Last synced: 12 days ago
JSON representation
This is a responsive streamlit covid 19 Dashboard
- Host: GitHub
- URL: https://github.com/ronaldkanyepi/python-streamlit-covid-19-dashboard
- Owner: ronaldkanyepi
- License: mit
- Created: 2022-01-19T19:51:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T16:13:13.000Z (almost 3 years ago)
- Last Synced: 2024-12-22T09:34:56.583Z (25 days ago)
- Topics: analytics, data, data-analysis, data-visualization, datascience, python, streamlit
- Language: Python
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Streamlit-Covid-19-Dashboard
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/ronald55/python-streamlit-covid-19-dashboard/main/main.py)
This is a responsive streamlit covid 19 Dashboard
Streamlit is an open-source
Python library that makes it easy to create and share beautiful,
custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps.
[Streamlit Docs](https://docs.streamlit.io/library/get-started)#### To install relevant packages
Open your shell or terminal and install the relevant packages using the command below```python
pip install -r requirements.txt
```#### To run this Application
Open the root folder of the project and run the command below:
```python
streamlit run main.py
```#### Dashboard Example:
Click [Here](https://share.streamlit.io/ronald55/python-streamlit-covid-19-dashboard/main/main.py) to view the demo![Dashboard](components/img/image.png "Covid 19 Dashboard")