Skip to content

Rishav-hub/Air-Quality-Index

Repository files navigation

Air-Quality-Index Prediction

Demo

Link: https://aqipm.herokuapp.com/

Home Predict

Overview

This is a Flask web app which predicts Air Quality Index.

Motivation

I tried with various ML projects but this one was of diffrent kind as we prepared our own dataset by scrapping it from web. So, this helped me in learning some new techniques of implementation.

Installation

The Code is written in Python 3.8.6. If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

git clone https://github.com/Rishav-hub/Air-Quality-Index.git
pip install -r requirements.txt

Deployment

Deployed on Heroku Platform Deploy

Technologies Used