Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prashantkumar7541/aqi-prediction-model
Air Quality Index Prediction Model with Python
https://github.com/prashantkumar7541/aqi-prediction-model
air-quality-index aqi-prediction jupyter-notebook python
Last synced: 8 days ago
JSON representation
Air Quality Index Prediction Model with Python
- Host: GitHub
- URL: https://github.com/prashantkumar7541/aqi-prediction-model
- Owner: prashantkumar7541
- Created: 2024-11-20T14:42:21.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:16:41.000Z (26 days ago)
- Last Synced: 2024-12-21T08:20:54.838Z (26 days ago)
- Topics: air-quality-index, aqi-prediction, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 1.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AQI Prediction Model
AQI Prediction is a data science project that aims to predict the Air Quality Index (AQI) based on various environmental factors such as temperature, humidity, wind speed, and other pollutants. The goal is to create a model that helps in forecasting air quality to better inform the public about pollution levels and health risks.
## Features
- **AQI Prediction**: Predict the Air Quality Index (AQI) based on input features like temperature, humidity, PM2.5, PM10, CO, NO2, Ozone, etc.
- **Data Visualization**: Visualize trends in the data using graphs and charts.
- **Model Performance**: Evaluate the model's performance using metrics like accuracy, mean squared error, and R-squared value.
- **Real-time Prediction**: Input current environmental data and get an instant prediction of the AQI value.## Installation
To run the AQI Prediction system locally, follow these steps to set up the project on your machine.
### Prerequisites
Ensure you have the following installed:
- **Python 3.x**: A Python environment to run the project.
- **Git**: To clone the repository.### Steps to Install
1. **Clone the repository**:
First, clone the repository to your local machine:
```bash
git clone https://github.com/prashantkumar7541/AQI-Prediction-Model.git