Spaces:
Runtime error
Runtime error
metadata
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 — AI Radiology Report Error Detection.
Endpoints
POST /analyze— X-ray image + AI report → ELRRs score + error labels + heatmapsGET /health— health check
Usage
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."