# Ethiopia Financial Inclusion Forecast
This repository contains the forecasting project for Ethiopia's financial inclusion indicators.
## Project structure
- `data/raw/`: Raw dataset files and reference codes.
- `data/processed/`: Cleaned/enriched data ready for analysis.
- `notebooks/`: Exploratory and forecasting notebooks.
- `src/`: Python modules for data processing and modeling.
- `dashboard/`: Streamlit app and dashboard assets.
- `models/`: Saved model artifacts.
- `reports/`: Figures and interim reports.
## Setup
1. Create a virtual environment:
```powershell
python -m venv .venv
.\.venv\Scripts\Activate.ps1
```
2. Install requirements:
```powershell
pip install -r requirements.txt
```
3. Run the dashboard:
```powershell
streamlit run dashboard/app.py
```
## Notes
This is a starter repository scaffold created because the original repository files were not present. Add the provided dataset files under `data/raw/` and continue with Tasks 1-5.