Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

SimretAbebe/ethiopia-financial-inclusion-forecast

Domain:

socioeconomic
Creator:
Sim
Host:
# Ethiopia Financial Inclusion Forecasting A forecasting system that tracks Ethiopia's digital financial transformation, predicting **Access** (account ownership) and **Usage** (digital payment adoption) for 2025-2027, based on the World Bank's Global Findex framework. ## Project Structure ```text .github/ └── workflows/ └── unittests.yml data/ ├── raw/ │ ├── ethiopia_fi_unified_data.csv │ └── reference_codes.csv └── processed/ notebooks/ └── README.md src/ └── __init__.py dashboard/ └── app.py tests/ └── __init__.py models/ reports/ └── figures/ requirements.txt README.md .gitignore ``` ## Setup ```bash pip install -r requirements.txt ``` ## Running the Dashboard ```bash pip install -r requirements.txt streamlit run dashboard/app.py ``` Opens automatically at localhost. Navigate between Overview, Trends, Forecasts, and Inclusion Projections using the sidebar.

Visit

github.com