# Forecasting Financial Inclusion in Ethiopia
## 10 Academy – Artificial Intelligence Mastery
**Week 10 Challenge**
This project builds a forecasting system to track Ethiopia’s digital financial transformation using time series analysis, event impact modeling, and scenario-based forecasting.
### Core Indicators (Global Findex)
- **Access**: Account Ownership Rate
- **Usage**: Digital Payment Adoption Rate
### Project Structure
ethiopia-fi-forecast/
├── .github/workflows/
│ └── unittests.yml
├── data/
│ ├── raw/ # Starter dataset
│ │ ├── ethiopia_fi_unified_data.csv
│ │ └── reference_codes.csv
│ └── processed/ # Analysis-ready data
├── notebooks/
│ └── README.md
├── src/
│ ├── __init__.py
├── dashboard/
│ └── app.py
├── tests/
│ └── __init__.py
├── models/
├── reports/
│ └── figures/
├── requirements.txt
├── README.md
└── .gitignore
### Tools
- Python
- Pandas, NumPy
- Matplotlib, Plotly
- Streamlit
### Status
🚧 Project initialized — Task 1 in progress