https://github.com/rishav-hub/air-quality-index
https://github.com/rishav-hub/air-quality-index
css flask heroku-deployment html jupyter-notebook python3 requests
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishav-hub/air-quality-index
- Owner: Rishav-hub
- Created: 2021-05-26T17:01:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T13:42:47.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T19:08:58.363Z (9 months ago)
- Topics: css, flask, heroku-deployment, html, jupyter-notebook, python3, requests
- Language: Jupyter Notebook
- Homepage: https://aqipm.herokuapp.com/
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Air-Quality-Index Prediction
## Demo
Link: [https://aqipm.herokuapp.com/](https://aqipm.herokuapp.com/)


## 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](https://www.python.org/downloads/). 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](https://www.howtogeek.com/451360/how-to-clone-a-github-repository/) the repository:
```
git clone https://github.com/Rishav-hub/Air-Quality-Index.git
```
```bash
pip install -r requirements.txt
```
## Deployment
Deployed on Heroku Platform

## Technologies Used

[
](https://flask.palletsprojects.com/en/1.1.x/) [
](https://gunicorn.org) [
](https://scikit-learn.org/stable/)