# Ethiopia Financial Inclusion Forecasting System
This project aims to build a forecasting system that tracks Ethiopia's digital financial transformation using time series methods. It focuses on two core dimensions of financial inclusion:
- **Access**: Account Ownership Rate
- **Usage**: Digital Payment Adoption Rate
## Project Structure
- `data/`: Contains raw and processed datasets.
- `notebooks/`: Jupyter notebooks for EDA and modeling.
- `src/`: Source code for data processing and analysis.
- `dashboard/`: Streamlit dashboard for interactive visualization.
- `models/`: Saved models and forecasts.
- `reports/`: Figures and final report.
## Setup
1. Install dependencies: `pip install -r requirements.txt`
2. Run the dashboard: `streamlit run dashboard/app.py`