Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# Air Quality Prediction and Classification
|
2 |
+
|
3 |
+
This Gradio app predicts the Air Quality Index (AQI) and classifies air quality as "Safe" or "Unsafe" based on pollutant levels (PM2.5, PM10, NO2, CO) and weather conditions (temperature, humidity). It addresses urban air pollution, a critical public health issue.
|
4 |
+
|
5 |
+
## How to Use
|
6 |
+
1. Use sliders to input pollutant levels and weather conditions.
|
7 |
+
2. View predicted AQI from Linear Regression, Polynomial Regression, Ridge Regression, and Random Forest.
|
8 |
+
3. See classifications from Logistic Regression and Random Forest.
|
9 |
+
4. Check the bar plot comparing model predictions.
|
10 |
+
|
11 |
+
## Model Details
|
12 |
+
- **Dataset**: Synthetic air quality data (inspired by UCI Air Quality Dataset).
|
13 |
+
- **Features**: PM2.5, PM10, NO2, CO, Temperature, Humidity, K-means cluster labels.
|
14 |
+
- **Models**: Linear Regression, Polynomial Regression, Ridge Regression, Random Forest (regression and classification), Logistic Regression.
|
15 |
+
- **Concepts**: Unsupervised learning, feature engineering, regularization, ensemble learning, bias-variance tradeoff.
|
16 |
+
|
17 |
+
## Real-World Impact
|
18 |
+
This app can inform air quality monitoring and health advisories in urban areas.
|