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
|
@@ -15,6 +15,7 @@ tags:
|
|
| 15 |
- SigLIP2
|
| 16 |
- medical
|
| 17 |
- biology
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |

|
|
|
|
| 15 |
- SigLIP2
|
| 16 |
- medical
|
| 17 |
- biology
|
| 18 |
+
- injury
|
| 19 |
---
|
| 20 |
|
| 21 |

|