-
Quick start with Hugging Face - Example of encoding a chest x-ray (CXR) image and/or text prompt into an embedding vector by running the model locally from Hugging Face.
-
Quick start with Vertex Model Garden - Example of serving the model on Vertex AI and using Vertex AI APIs to encode CXR images and/or text prompts to embeddings in online or batch workflows.
-
Train a data efficient classifier - Example of using the generated embeddings to train a custom classifier with less data and compute.
-
Retrieve images by text queries - Example of using the generated embeddings for retrieving images using text queries, leveraging text-image similarity.
-
Classify images with natural language - Example of using the natural language text embeddings to classify CXR images.