Web application for predicting sepsis and visualizing SHAP values for increased interpretability.
Requirements: python>=3.X node v16.14.0 npm 8.3.1
Install frontend:
cd frontend/sbc/
npm run install
Install backend:
cd backend
pip install -r .\requirements.txt
Run frontend:
cd frontend/
npm run dev
Run backend:
cd backend/
uvicorn main:app --reload