# ๐ Financial Inclusion Forecasting Dashboard for Ethiopia
An interactive analytics dashboard that forecasts Ethiopia's path to 60% financial inclusion by 2027, using advanced time series modeling and real-time data visualization.
## ๐ Dashboard Overview
**Key Performance Indicators:**
- Current Account Ownership: **49%** (+27pp since 2014)
- 2027 Forecast: **79.4%** (exceeds 60% target by +19.4pp)
- Mobile Penetration: **61.4%** (Digital Growth Engine)
- Annual Growth Rate: **8.3%** CAGR
**Dashboard Features:**
- ๐ **Interactive Analytics:** Multi-pillar trend analysis with date filtering
- ๐ฎ **Advanced Forecasting:** ETS model with 95% confidence intervals
- ๐ฏ **Scenario Planning:** Optimistic, base case, and pessimistic projections
- ๐ **Data Explorer:** Real-time filtering and CSV export capabilities
**Key Insight:** Ethiopia will exceed the 60% financial inclusion target by **2025** - two years ahead of schedule
## ๐ Quick Start
### Prerequisites
- Python 3.8+
- Streamlit 1.31+
### Installation & Launch
```bash
# Clone repository
git clone
github.com
cd Forecasting-Financial-Inclusion-in-Ethiopia
# Install dependencies
pip install -r requirements.txt
# Launch dashboard
cd dashboard
streamlit run app.py
```
**Access Dashboard:** `
localhost`
## ๐ฏ Key Findings
### Will Ethiopia Reach 60% Financial Inclusion by 2027?
โ
**YES** - Projected to reach **79.4%**, significantly exceeding the target
### Timeline to Target Achievement
๐
**2025** - Target expected 2 years ahead of schedule
### Best Forecasting Model
๐ **ETS (Exponential Smoothing)** - 45% better accuracy than ARIMA
### Growth Trajectory
๐ **8.3% CAGR** - Sustained growth momentum since 2014
## ๐ Project Structure
```
โโโ dashboard/
โ โโโ app.py # ๐จ Interactive Streamlit Dashboard
โโโ data/
โ โโโ raw/ # ๐ฅ Original datasets
โ โโโ processed/ โฆ