Skip to content

Webapp to predict the Air Quality Index of a region given climate conditions

Notifications You must be signed in to change notification settings

akash8190/air-quality-index

Repository files navigation

Air-Quality-Index-Prediction

Webapp to predict the Air Quality Index of a region given climate conditions.

title

For this project, I have followed the whole lifecycle of a Data Science Project.

  1. Data Collection: (execute main-aqi.py)
    For this step, I have written a web scrapper that scraps en.tutiempo.net for climate data from 2013 to 2015 and creates a HTML file for each month.
  2. Data Preprocessing: (execute main-aqi.py)
    For this step, I have taken the data from Krish Naik's project as it was from a paid API.
    Reference: https://github.com/krishnaik06/AQI-Project/tree/master/Data/AQI.
    This data contained hourly measurements of AQI.
    This was converted into a dictionary format where the dictionary key is the year and values are the daily AQI values.
    Next, the data in step 1 was combined with data of this step to create a new CSV file.
  3. Data Cleaning: (execute main-aqi.py)
    The CSV file created in step 2 was cleaned to remove null values and improper data. A new resultant CSV file was created.
  4. Feature Engineering and Model Creation: (execute individual jupyter notebooks)
    Tried various algorithms, like Linear Regression, Lasso and Ridge Regression, Decision Tree Regressor, KNN Regressor, Random Forest Regressor, XGBoost Regressor.
    Random Forest and XGBoost gave best performance. Finally, used XGBoost to perform predictions.
  5. Model Deployment:

Finally deployed on Heroku platform.

You can enter various climate details or select one of the popular cities. Finally, click submit button and get your results for Air Quality Index.

Demo: https://aqi-prediction.herokuapp.com/aqi-frontend

Screenshot: Screenshot

About

Webapp to predict the Air Quality Index of a region given climate conditions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages