LINK TO THE APP = https://share.streamlit.io/petarfinki/skopje-air-quality-prediction/main/app.py
Air is one of the major components for all living organisms on the earth. From the last 50 years, still pollution is increasing because of urbanization, industrialization, automobiles, power plants, chemical activities, and some of the other natural activities such as agricultural burning, volcanic eruptions, and wildfires. All these activities cause the pollution growth, particularly particulate matter (PM) is one of the significant reason for air pollution.The heavy concentration of particulate matter of size PM10 and PM2.5 is seriously caused adverse health effect.There are a strong relationship between the particulate matter and other pollutant factors such as PM2.5, SO2, NO2, CO, PM10, O3, etc.
The main goal of this project is to analyze the different machine learning techniques for forecasting the particles mentioned above. The proposed machine learning models are used for particles concentration prediction based on weather conditions. I collected the data from Ministry of Environment and Physical Planning and Skopje meteorological data to train the model. The data consists of hourly information about the meteorological data and particle measurements from January 1st till February 5th 2022.
The idea was always to use supervised learning - and to treat this as a regression problem rather than a classification problem.
This project consists of 2 parts:
- Data preprocessing
- Data visualization
- Data transformation
- Prediction using machine-learning algorithms
- This project can be very much expanded with weather and particles data since February 5th. That way we'll have more samples to predict better.
- Other visualizations can be included
- The app can contain precaution messages based on the prediction result !
- Forecasting Air Pollution Particulate Matter (PM2.5) Using Machine Learning Regression Models
- EDGAR - Emissions Database for Global Atmospheric Research
- Atmospheric particulate matter (PM2.5), EC, OC, WSOC and PAHs from NE–Himalaya: abundances and chemical characteristics
Petar Dimitrievski 02.05.2022