How can i get description from the content of the image?
I have a lot of images and need a descriptions, keyworsds and titles for these images.
Thanx in advance,
Gediminas,
How can i get description from the content of the image?
I have a lot of images and need a descriptions, keyworsds and titles for these images.
Thanx in advance,
Gediminas,
What you want is called “image captioning” and is not a service OpenAI currently provides in their API.
You can check for other APIs, such as the Azure Describe Image API, or a service such as hive.ai, or host your own CLIP model.