Anvitha Infotech
This project is a web-based Air Quality Detection and Prediction System developed using Django and Python. It helps users estimate air quality by entering pollutant values through an online form. The system processes the values, …
The Air Quality Prediction System is a Django-based web application designed to predict the air quality category from pollutant concentration values entered by the user. The system accepts values for major air pollutants such as PM2.5, PM10, NO, NO2, NOx, NH3, CO, SO2, O3, Benzene, Toluene, and Xylene. Based on these inputs, it predicts the Air Quality Index (AQI) bucket such as Good, Satisfactory, Moderate, Poor, Very Poor, or Severe.
The application also provides user registration and login functionality, allowing users to access the prediction page after authentication. The prediction logic supports lookup from the `city_day.csv` dataset when available and also includes AQI breakpoint-based calculation as a fallback. The system presents the predicted AQI result along with a pollutant distribution chart, making the output easier to understand visually.