An open API service indexing awesome lists of open source software.

https://github.com/rezaafaisal/air-quality-analytics

This project focuses on creating a dashboard using streamlit. The purpose is to analyze the air quality at each station in china whose dataset is sourced from kaggle.com.
https://github.com/rezaafaisal/air-quality-analytics

dashboard data-visualization data-wrangling exploratory-data-analysis numpy pandas python streamlit

Last synced: 2 months ago
JSON representation

This project focuses on creating a dashboard using streamlit. The purpose is to analyze the air quality at each station in china whose dataset is sourced from kaggle.com.

Awesome Lists containing this project

README

          

# Air Quality Dashboard ✨

## Setup environment
```
conda create --name main-ds python=3.11
conda activate main-ds
pip install numpy pandas scipy matplotlib jupyter streamlit plotly-express
```

## Run steamlit app
```
streamlit run dashboard/1_Dashboard.py
```