CoolFace
Apppublic

Cibber2/patient-state-fusion

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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 (exposes app)
  • —Templates: templates/
  • —Static assets: static/
  • —Shared logic: src/web/core.py

Local run:

bash
pip install -r requirements.txt
uvicorn app_fastapi:app --host 0.0.0.0 --port 7860

For development and deployment details, see README_FASTAPI.md.