--- title: RadGuard API emoji: 🩻 colorFrom: blue colorTo: green sdk: docker pinned: false short_description: RadGuard V11 — AI radiology report error detection --- # RadGuard AI Engine FastAPI inference server for [RadGuard V11](https://huggingface.co/alyrraza/radguard-v11) — AI Radiology Report Error Detection. ## Endpoints - `POST /analyze` — X-ray image + AI report → ELRRs score + error labels + heatmaps - `GET /health` — health check ## Usage ```bash curl -X POST https://alyrraza-radguard-api.hf.space/analyze \ -F "file=@chest_xray.jpg" \ -F "ai_report=The heart is mildly enlarged. Lungs are clear." ```