# Ethiopia Financial Inclusion Forecasting
Week 10 AI Mastery Challenge Project
## Objective
Forecast Ethiopia's financial inclusion indicators:
- Account Ownership (Access)
- Digital Payment Usage (Usage)
## Structure
- data/: datasets
- notebooks/: analysis notebooks
- dashboard/: streamlit app
- models/: forecasting models
- reports/: figures and outputs
## How To Run
Install requirements:
pip install -r requirements.txt
Run notebooks:
jupyter notebook
Run dashboard:
streamlit run dashboard/app.py