File size: 843 Bytes
05f082b
550ba2f
 
 
 
05f082b
 
 
 
 
550ba2f
05f082b
 
550ba2f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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.