Cibber2/patient-state-fusion
0
Patient-State Fusion – FastAPI UI
This Space serves a FastAPI application with a simple Tailwind + Plotly UI for multimodal patient-state predictions.
- Backend:
app_fastapi.py(exposesapp) - Templates:
templates/ - Static assets:
static/ - Shared logic:
src/web/core.py
Local run:
pip install -r requirements.txt
uvicorn app_fastapi:app --host 0.0.0.0 --port 7860For development and deployment details, see README_FASTAPI.md.
