Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 358 Bytes

File metadata and controls

8 lines (7 loc) · 358 Bytes

Smart ICU Monitoring Dashboard

  • Real-time ICU patient monitoring with sepsis risk prediction
  • Tech: Python, Streamlit, XGBoost, Pandas, NumPy, Plotly
  • To run:
    1. python -m venv .venv && source .venv/bin/activate (or .\.venv\Scripts\activate on Windows)
    2. pip install -r requirements.txt
    3. streamlit run src/dashboard/app.py