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.
π Google Drive Backup:
Click to open Drive folder
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)
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
- π AQI predictions for PM1, PM2.5, PM10
- π₯ Personalized health-based feedback
- π€ Chatbot for environmental awareness
- π Linear Regression & RNN models
- π± Clean UI & mobile-friendly experience
