This project is an Interactive Data Dashboard for MOH hospital ER bed monitoring in Saudi Arabia.
It visualizes the monitoring readiness of hospital beds through different health regions using data science and Streamlit.
- 📊 Interactive bar chart visualizing bed availability by region
- 🧠 Automatic classification of readiness levels (High, Medium, Low)
- 🚨 Priority scoring to highlight regions that require intervention
- 🖥️ Clean and user-friendly UI built with Streamlit
Make sure you have the following installed before running the project:
- Python 3.10+
- Streamlit
- Pandas
- Plotly
git clone https://github.com/nawaf-Alharthi/data-analytics-cortex.git
cd hospital_dashboard
### 2. Activate your environment
conda activate streamlit_env # or use your environment name
streamlit run dashboard.py