https://github.com/hfzdzakii/dicoding-airqualityanalysisdata
This repo is a master submission for my Dicoding Final Project. Air Quality Dataset is being used to fulfill the submission. Feel free to explore and I hope my work give you some insight!
https://github.com/hfzdzakii/dicoding-airqualityanalysisdata
data-analysis data-visualization streamlit
Last synced: about 2 months ago
JSON representation
This repo is a master submission for my Dicoding Final Project. Air Quality Dataset is being used to fulfill the submission. Feel free to explore and I hope my work give you some insight!
- Host: GitHub
- URL: https://github.com/hfzdzakii/dicoding-airqualityanalysisdata
- Owner: hfzdzakii
- License: mit
- Created: 2024-10-26T05:34:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T08:51:21.000Z (about 1 year ago)
- Last Synced: 2025-06-02T18:48:55.689Z (about 1 year ago)
- Topics: data-analysis, data-visualization, streamlit
- Language: Jupyter Notebook
- Homepage:
- Size: 42.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dicoding Final Project - Air Quality Analysis Project
- Created by : Muhammad Hafizh Dzaki
- Last Edited On : August 2025
This project was created to fulfill the completion of the **Data Analysis with Python** course in the **Data Scientist** learning path at [Dicoding](https://www.dicoding.com).
**Data Scientist** learning path can be found [here](https://www.dicoding.com/learningpaths/60)
**Data Analysis with Python** course can be found [here](https://www.dicoding.com/academies/555-belajar-analisis-data-dengan-python)
**Dataset that used in this project** can be found [here](https://archive.ics.uci.edu/dataset/501/beijing+multi+site+air+quality+data)
**Slide presentation for analysis** can be found [here](https://drive.google.com/file/d/1-8S-oPPBu5ms14cDCHfx7fqe1caP_Zfs/view?usp=sharing)
## How to Run the Project
### Setup Environment - Anaconda / Miniconda
```
$ conda create --name main-ds python=3.12.9
$ conda activate main-ds
$ git clone https://github.com/hfzdzakii/Dicoding-AirQualityAnalysisData.git
$ cd Dicoding-AirQualityAnalysisData
$ pip install -r requirements.txt
```
### Run steamlit app
```
$ streamlit run app.py
```
Tested on python 3.12.9
## Or, You Can See the Deployed Project Here
Streamlit Cloud Community link : [Here](https://dicoding-airqualityanalysisdata-3oxn5zf3t98nifcckqemod.streamlit.app)
Feel free to wake up the project if it deactivated automatically due to inactivity.