Logo Lanfrica

Sam-50/weather_planner_for_field_technicians

Domain:

agriculture

Record type:

software
Creator:
Sam
Host:
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 ```