Weather-aware AI planner for field technicians. Uses Open-Meteo forecasts, machine-learning risk classification, and heuristic scheduling to optimize daily maintenance tasks. Demonstrates API integration, feature engineering, and decision-support for technicians operating in Nakuru County, Kenya.
# AI Weather Intelligent Planner for Field Technicians
The root folder contains all the files for this project.
## Main Weather Planner Files
- `app.py`
- `field_planner/`
- `artifacts/`
- `tests/`
- `requirements.txt`
- `run_planner.py`
- `train_model.py`
## Run the Weather Planner
```bash
pip install -r requirements.txt
streamlit run app.py
```