Logo Lanfrica

okech-christopher/ghana-rainfall-dashboard

Domain:

agricultureclimate

Record type:

software
Creator:
oke
Host:
# 🌧️ GhanaRain AI: AI-Powered Rainfall Prediction Platform Empowering Ghanaian farmers with AI-driven rainfall forecasting to optimize agricultural planning and reduce weather-related crop losses by up to 35%. ## 🎯 Project Overview GhanaRain AI addresses Ghana's agricultural challenges by providing smallholder farmers with machine learning-powered rainfall predictions. Using historical weather patterns, satellite data, and soil information, our LightGBM ensemble model predicts rainfall intensity, helping farmers make informed planting and harvesting decisions to improve crop yields by 25-35%. ## 🌍 Problem Statement **Weather Vulnerability**: 40% of Ghana's agricultural output affected by unpredictable rainfall patterns **Crop Losses**: 25-35% annual losses in major farming regions like Ashanti and Brong-Ahafo **Data Fragmentation**: Disconnected weather, soil, and agricultural data leaving farmers without actionable insights **Food Security**: Maize and cocoa production critical for Ghana's agricultural economy ## πŸš€ Solution **AI-Powered Predictions**: Machine learning model predicts rainfall intensity (No Rain, Light Rain, Medium Rain, Heavy Rain) **Real-Time Insights**: Interactive dashboard with planting and harvesting recommendations **Farmer-Centric Design**: Simple, mobile-optimized interface accessible to all literacy levels **Data Integration**: Combines meteorological data, soil characteristics, and historical patterns ## πŸ—οΈ System Architecture ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Frontend β”‚ β”‚ Flask API β”‚ β”‚ ML Models β”‚ β”‚ (HTML/CSS/JS) │◄──►│ (Python) │◄──►│ (LightGBM) β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β”‚ β€’ Weather Forms β”‚ β”‚ β€’ /api/predict β”‚ β”‚ β€’ Temperature β”‚ β”‚ β€’ Results Disp. β”‚ β”‚ β€’ /api/health β”‚ β”‚ β€’ Humidity β”‚ β”‚ β€’ Mobile UI β”‚ β”‚ β€’ Error Handlg β”‚ β”‚ β€’ Wind Speed β”‚ β”‚ β€’ Responsive β”‚ β”‚ β€’ CORS Enabled β”‚ β”‚ …