Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Air_Quality_Analysis

🌫️ Air Quality Prediction using RNN

A data-driven website to forecast PM1, PM2.5, and PM10 levels across Indian cities using meteorological data from IMD, CPCB, and SNDTW UMIT.
It implements Linear Regression and Recurrent Neural Networks (RNN) to deliver:

  • πŸ“ˆ Real-time AQI forecasting
  • 🩺 Health recommendations
  • πŸ€– Chatbot to answer queries on pollution & risks
  • 🌍 Scalable design for multi-city deployment

Achieved 76%+ accuracy in both Mumbai and Cuttack using RNN models.


πŸŽ₯ Demo

thumbnail

πŸ“ Google Drive Backup:
Click to open Drive folder


πŸ“Š Results & Observations

πŸ™οΈ Mumbai

PM2.5 Equation:

PM2.5 = 0.0000 * INDEX + 3.3150 * MAX - 4.6039 * MIN - 2.5933 * AW + 48.1042

PM10 Equation:

PM10 = 0.0000 * INDEX + 7.6420 * MAX - 6.9687 * MIN - 4.1669 * AW + 15.7419

πŸ“ˆ RΒ² Score: 0.7611

βœ”οΈ Positive impact of MAX temperature
❌ Negative impact of MIN temperature and wind speed (AW)


🌾 Odisha - Cuttack

PM2.5 Equation:

PM2.5 = 0.0000 * INDEX - 0.1707 * MAX - 3.0020 * MIN + 97.5438

PM10 Equation:

PM10 = 0.0000 * INDEX + 0.2133 * MAX - 10.1975 * MIN + 295.3829

πŸ“ˆ RΒ² Score: 0.7569

❌ Strong negative correlation with MIN temperature
βž• Slight positive correlation with MAX
🚫 INDEX was found statistically insignificant


βš™οΈ Features

  • πŸ” AQI predictions for PM1, PM2.5, PM10
  • πŸ‘₯ Personalized health-based feedback
  • πŸ€– Chatbot for environmental awareness
  • πŸ“Š Linear Regression & RNN models
  • πŸ“± Clean UI & mobile-friendly experience

About

Air Quality Prediction using RNN A web app that forecasts PM1 levels across Indian regions using IMD, CPCB, and SNDTW UMIT data. It uses Linear Regression and RNN (76%+ accuracy) to provide real-time AQI, health advice, and a chatbot for pollution-related queries. Scalable for advanced data integration

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages