Image Classification
Transformers
Safetensors
English
siglip
Bone
Fracture
Detection
SigLIP2
medical
biology
Instructions to use prithivMLmods/Bone-Fracture-Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prithivMLmods/Bone-Fracture-Detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="prithivMLmods/Bone-Fracture-Detection") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoProcessor, AutoModelForImageClassification processor = AutoProcessor.from_pretrained("prithivMLmods/Bone-Fracture-Detection") model = AutoModelForImageClassification.from_pretrained("prithivMLmods/Bone-Fracture-Detection") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,6 @@ Not Fractured 0.8020 0.8722 0.8356 4383
|
|
| 11 |
accuracy 0.8303 8863
|
| 12 |
macro avg 0.8326 0.8308 0.8301 8863
|
| 13 |
weighted avg 0.8330 0.8303 0.8301 8863
|
| 14 |
-
```
|
|
|
|
|
|
|
|
|
| 11 |
accuracy 0.8303 8863
|
| 12 |
macro avg 0.8326 0.8308 0.8301 8863
|
| 13 |
weighted avg 0.8330 0.8303 0.8301 8863
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+

|