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