Logo Lanfrica

kernemi/Forecasting-Financial-Inclusion-in-Ethiopia

Domain:

socioeconomic

Record type:

software
Creator:
ker
Host:
# ๐Ÿ“Š 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/ โ€ฆ

Licenses