Zero-Shot Image Classification
Transformers
Safetensors
siglip
vision
medical
radiology
dermatology
pathology
ophthalmology
chest-x-ray
Instructions to use google/medsiglip-448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/medsiglip-448 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-image-classification", model="google/medsiglip-448") pipe( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png", candidate_labels=["animals", "humans", "landscape"], )# Load model directly from transformers import AutoProcessor, AutoModelForZeroShotImageClassification processor = AutoProcessor.from_pretrained("google/medsiglip-448") model = AutoModelForZeroShotImageClassification.from_pretrained("google/medsiglip-448") - Notebooks
- Google Colab
- Kaggle
Access MedSigLIP on Hugging Face
This repository is publicly accessible, but you have to accept the conditions to access its files and content.
To access MedSigLIP on Hugging Face, you're required to review and agree to Health AI Developer Foundation's terms of use. To do this, please ensure you're logged in to Hugging Face and click below. Requests are processed immediately.
Log in or Sign Up to review the conditions and access this model content.
Gated model You can list files but not access them
Preview of files found in this repository