AeroSense is designed to predict Air Quality Index (AQI) and deliver actionable AI-driven recommendations to improve air quality, enhance sustainability, and promote public health.
- AQI Prediction: Predict AQI using pre-trained models (Neural Network, XGBoost, Random Forest).
- Insights and Recommendations: Generate detailed insights and actionable recommendations based on AQI and environmental factors.
-
Clone the repository:
git clone https://github.com/samfusedbits/aerosense.git cd aerosense
-
Install dependencies:
pip install -r requirements.txt
-
Set up API Key:
API_KEY = "your_api_key_here"
-
Run the application:
streamlit run aerosense.py
-
Access the application:
- Open your browser and go to
http://localhost:8501
.
- Open your browser and go to
Here are some visual snapshots of the AeroSense application:
Predict AQI from input parameters.
Directly input AQI for quick insights.
Reliable AQI predictions using advanced machine learning models.
Insights and actionable recommendations based on AQI and environmental factors.
Get more details about recommendations and ask follow-up questions for further clarification.
You can also access the live site at aerosense.streamlit.app.