# Kenya Inflation Dashboard
An interactive Streamlit dashboard visualizing Kenya's inflation data (2022-2025) from KNBS and CBK.
## Features
- Monthly headline, food, transport, and housing inflation trends
- CBK target band overlay (2.5% - 7.5%)
- Annual average comparison bar chart
- Filterable by year and inflation category
- KPI metrics with month-on-month change
## Data Source
Kenya National Bureau of Statistics (KNBS) and Central Bank of Kenya (CBK)
## How to Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py
```
## Deploy on Streamlit Community Cloud (Free)
1. Push this folder to a GitHub repository
2. Go to
share.streamlit.io
3. Sign in with GitHub
4. Click "New app"
5. Select your repo, branch (main), and set the main file to `app.py`
6. Click "Deploy" - you get a free public URL in ~2 minutes
## Assignment
OUK Module 6 - Interactive Dashboard Assignment