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

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!

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.