Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,30 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: Radpid Bone Fracture Detection
|
3 |
-
emoji: 🦴
|
4 |
-
colorFrom: blue
|
5 |
-
colorTo: indigo
|
6 |
-
sdk: gradio
|
7 |
-
sdk_version: 1.41.1
|
8 |
-
app_file: app.py
|
9 |
-
license: apache-2.0
|
10 |
-
python_version: '3.10'
|
11 |
-
---
|
12 |
-
|
13 |
-
# Radpid Bone Fracture Detection
|
14 |
-
|
15 |
-
Web service for detecting and classifying bone fractures in X-ray images.
|
16 |
-
|
17 |
-
## Models
|
18 |
-
- D3STRON/bone-fracture-detr (Object Detection)
|
19 |
-
- Heem2/bone-fracture-detection-using-xray (Classification)
|
20 |
-
- nandodeomkar/autotrain-fracture-detection-using-google-vit-base-patch-16-54382127388 (Classification)
|
21 |
-
|
22 |
-
|
23 |
-
## Usage
|
24 |
-
```bash
|
25 |
-
pip install -r requirements.txt
|
26 |
-
uvicorn app:app --host 0.0.0.0 --port 7860
|
27 |
-
```
|
28 |
-
|
29 |
-
## Live Demo
|
30 |
-
Visit the Space on Hugging Face for interactive demo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|