|
--- |
|
title: Radpid Bone Fracture Detection |
|
emoji: 🦴 |
|
colorFrom: blue |
|
colorTo: indigo |
|
sdk: streamlit |
|
sdk_version: 1.41.1 |
|
app_file: app.py |
|
pinned: false |
|
license: apache-2.0 |
|
python_version: "3.10" |
|
--- |
|
|
|
# Radpid Bone Fracture Detection |
|
|
|
Web service for detecting and classifying bone fractures in X-ray images. |
|
|
|
## Models |
|
- D3STRON/bone-fracture-detr (Object Detection) |
|
- Heem2/bone-fracture-detection-using-xray (Classification) |
|
- nandodeomkar/autotrain-fracture-detection-using-google-vit-base-patch-16-54382127388 (Classification) |
|
|
|
## API Endpoints |
|
`POST /detect` |
|
- Upload image for fracture detection |
|
- Parameters: |
|
- file: Image file (PNG/JPG) |
|
- confidence: Threshold (0-1) |
|
|
|
## Usage |
|
```bash |
|
pip install -r requirements.txt |
|
uvicorn app:app --host 0.0.0.0 --port 7860 |
|
``` |
|
|
|
## Live Demo |
|
Visit the Space on Hugging Face for interactive demo. |