Downloads · 30 days
0
hellojebus/blip-captioning-from-urls
blip-captioning-from-urls is a image-to-text model from hellojebus. Use it when you need a caption or text from an image. The card lists the license as apache-2.0.
This repo uses a custom handler that allows an Inference Endpoint to accept an array of URLs to be used by the BLIP model.
Downloads · 30 days
0
Access
Public
Updated Oct 2, 2023
Repo size
—
Likes
1
Public
Click a slice to open those files.
.py1.8 KB · 44%
From the Hugging Face model README
image-captioning task on 🤗Inference endpoint.This repo uses a custom handler that allows an Inference Endpoint to accept an array of URLs to be used by the BLIP model.
This repo also expands on florentgbelidji/blip_captioning
{
"inputs": [
"https://url.to/image_1.jpg",
"https://url.to/image_2.jpg",
]
}
{
"captions": [
"a caption for the first image",
"a caption for the second image"
]
}