Image Segmentation
Transformers
ONNX
English
medical
ultrasound
obstetrics
segmentation
classification
regression
multi-task
intrapartum
labor-monitoring
medsiglip
siglip
clinical-ai
Instructions to use samwell/laborview-medsiglip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use samwell/laborview-medsiglip with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="samwell/laborview-medsiglip")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("samwell/laborview-medsiglip", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K