View Here: https://beairaware.vercel.app Contributor - Shreeya and Satvik A machine learning powered Air Quality Index (AQI) prediction web app for Delhi NCR.
This project uses a trained ML model exported to ONNX format and runs directly in the browser using onnxruntime-web.
- Predict AQI using:
- PM2.5
- PM10
- Wind Speed
- Temperature
- Humidity
- Hour
- Month
- Runs fully in the browser (no backend needed)
- ONNX model inference using WebAssembly
- Modern UI built with React + Vite
- Real-time prediction
- React (Vite)
- TypeScript
- ONNX Runtime Web
- Tailwind CSS