an interactive public health analytics platform designed to support data-driven decision-making for health policy, strategic planning, and program monitoring in Zambia
# Zambia HealthHub
**Zambia HealthHub** is an interactive public health analytics platform designed to support data-driven decision-making for health policy, strategic planning, and program monitoring in Zambia.
This platform integrates multiple health datasets to provide key performance indicators (KPIs), geospatial visualizations of health facilities, disease trends, and policy simulation tools. Zambia HealthHub aims to empower policymakers, researchers, and stakeholders with actionable insights to improve health outcomes.
---
## Features
- **KPI Dashboard:** View up-to-date health indicators such as health expenditure, fertility rate, life expectancy, and infant mortality trends.
- **Health Facilities Map:** Interactive map showing locations of health facilities across Zambia.
- **Trend Visualizations:** Line charts displaying historical trends of key health metrics.
- **Policy Simulation:** Scenario modeling tool to simulate impacts of health budget, staffing, vaccination, and disease intervention policies.
- **Modular Structure:** Clean separation of components for ease of maintenance and future enhancements.
---
## Getting Started
### Prerequisites
- Python 3.8 or higher
- `pip` package manager
### Installation
1. Clone this repository:
```bash
git clone
github.com
cd zambia-healthhub
2. Clone this repository:
```bash
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
3. Install dependencies:
```bash
pip install -r requirements.txt
4. Running the Application
```bash
streamlit run app.py
### Project Structure
zambia-healthhub/
│
├── app.py # Main app entry point
├── requirements.txt # Python dependencies
├── README.md # This documentation file
├── data/ # CSV and GeoJSON datasets
│ ├── worldbank_health_indicators.csv
│ ├── zambia_health_facilities.geojson
│ └── ... other datasets ...
├── utils/
│ …