Your Intelligent Air Quality Analysis & Prediction System
AI-powered analysis of global air quality data with predictions, clustering & anomaly detection
Check out the application: 👉 Launch AirSense AI
AirSense AI is a comprehensive machine learning platform that analyzes global air quality trends using WHO datasets. It empowers researchers, policymakers, and citizens with actionable insights into air pollution patterns worldwide.
- Air Quality Prediction – Forecast pollution levels using ML models
- City/Country Clustering – Group regions by pollution patterns
- Risk Classification – Categorize severity levels
- Anomaly Detection – Identify unusual pollution hotspots
- Insights – Visualize and explore data dynamically
# Clone the repository
git clone https://github.com/Anamikaghosh18/AirSense.git
# Install dependencies
pip install -r requirements.txt
# Run the Streamlit app
streamlit run app.pyVisit the deployed application: 👉 Launch AirSense AI
This project uses the WHO Air Quality Database, which includes:
- Pollutants, temperature and other metadata
- City and country metadata
Contributions are welcome! If you'd like to improve AirSense:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License – see the LICENSE file for details.