Tasks
Zero Shot Image Classification
Classify images into categories not seen during training for applications like novel object recognition, transfer learning, and few-shot learning
Send an image URL and a set of candidate labels to receive classification results:
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.