Logo Lanfrica

RapidAce/humanitarian-aid-africa

Domain:

socioeconomic

Record type:

datasetproject
Creator:
Rap
Host:
# 🌍 Data-Driven Humanitarian Aid Allocation Across Africa **An end-to-end data analysis and machine learning project for optimizing humanitarian resource distribution across Direct Aid Society's 30-country operational footprint.** --- ## πŸ“‹ Project Overview Direct Aid Society is a Kuwait-based humanitarian NPO operating across 30+ countries in Africa and Yemen, focused on education, water & health, economic empowerment, and emergency relief. This project analyzes 15 publicly available development indicators across 30 countries (2010–2023) to answer a core operational question: **where should humanitarian resources be allocated for maximum impact?** ### Key Findings | Finding | Evidence | |---------|----------| | Central African Republic is the **only country in active crisis** | High need AND deteriorating β€” the sole URGENT quadrant country | | Education investment **reduces child mortality** | Statistically proven: p=0.032, Cohen's d=0.94 (large effect) | | Food insecurity is **spreading** | 5 countries worsened by >5 percentage points since 2018 | | Water access is the **#2 predictor** of future deterioration | Feature importance from Random Forest analysis | | 14 countries are improving | SUSTAIN quadrant β€” programs are working, maintain funding | --- ## πŸ—οΈ Project Structure ``` humanitarian-aid-africa/ β”‚ β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # Raw API pulls β”‚ └── processed/ β”‚ β”œβ”€β”€ master_dataset.csv # Clean master dataset (420 rows Γ— 20 cols) β”‚ β”œβ”€β”€ humanitarian_aid.db # SQLite database β”‚ β”œβ”€β”€ country_trends.csv # Trend analysis per country Γ— indicator β”‚ β”œβ”€β”€ priority_matrix.csv # Aid priority quadrant assignments β”‚ β”œβ”€β”€ scaler_params.json # ML model: StandardScaler parameters β”‚ β”œβ”€β”€ cluster_centroids.json # ML model: K-Means centroids β”‚ β”œβ”€β”€ pca_components.json # ML model: PCA transformation matrix β”‚ └── feature_ranges.json # ML model: indicator min …