Skip to content

A machine learning project designed to forecast the Air Quality Index (AQI) for Beijing. By analyzing historical air quality and meteorological data

Notifications You must be signed in to change notification settings

24Priyanshi/Beijing-AQI-Predictor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beijing AQI Predictor

Overview

The Beijing AQI Predictor is a machine learning and deep learning project focused on forecasting the Air Quality Index (AQI) for Beijing. By analyzing historical air quality and meteorological data, this tool predicts future AQI levels to assist in air quality management and public awareness.

Features

  • Historical Data Analysis: Analyzes historical air quality and meteorological data.
  • Predictive Modeling: Employs machine learning algorithms to forecast AQI levels.
  • Data Visualization: Visualizes historical trends and future predictions of AQI.
  • Forecasting: Generates future AQI forecasts based on trained models.

Dataset

Context

PM2.5 readings are commonly used to assess air pollution. PM2.5 refers to particulate matter with a diameter of less than 2.5 micrometers, which is a key indicator of air quality and pollution levels.

Content

This dataset includes hourly air pollutants data from 12 nationally-controlled air-quality monitoring sites across Beijing. The data comprises:

  • Air-Quality Data: Provided by the Beijing Municipal Environmental Monitoring Center.
  • Meteorological Data: Matched with the nearest weather station from the China Meteorological Administration.

The dataset covers the period from March 1st, 2013 to February 28th, 2017.

Acknowledgements

  • Zhang, S., Guo, B., Dong, A., He, J., Xu, Z., & Chen, S.X. (2017). Cautionary Tales on Air-Quality Improvement in Beijing. Proceedings of the Royal Society A, Volume 473, No. 2205, Pages 20170457.
  • The dataset files were downloaded from the UCI Machine Learning Repository and have not been modified.

Installation

To set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RamSharma06/Beijing-AQI-Predictor.git
    cd Beijing-AQI-Predictor

About

A machine learning project designed to forecast the Air Quality Index (AQI) for Beijing. By analyzing historical air quality and meteorological data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%