Logo Lanfrica

Furtunaa/ethiopia-financial-inclusion-forecast-week-11

Domaine:

socioeconomic

Type de record:

software
Créateur:
Fur
Hôte:
# Ethiopia Financial Inclusion Forecasting Week-11 A data-driven forecasting platform that analyzes Ethiopia's digital financial inclusion and predicts future trends in financial access (account ownership) and digital payment usage for 2025–2027, leveraging 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.