radguard-api / README.md
aelleeyy's picture
Fix short_description length
2bca903
|
Raw
History Blame Contribute Delete
638 Bytes
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 + heatmaps
  • GET /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."