how azure ai can check hundreds of pictures and make a text description about it.

Zsolt Nagy 0 Reputation points
2024-08-02T21:50:32.9366667+00:00

Hi I would like to upload pictures to azure ai. gpt probably. And let ai describe what's on the images. How can I do that? Is there a tutorial to follow?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,942 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Sedat SALMAN 13,820 Reputation points
    2024-08-04T05:01:22.5733333+00:00
    0 comments No comments

  2. AshokPeddakotla-MSFT 33,026 Reputation points
    2024-08-20T09:01:13.3366667+00:00

    Zsolt Nagy Greetings & Welcome to Microsoft Q&A forum!

    Hi I would like to upload pictures to azure ai. gpt probably. And let ai describe what's on the images. How can I do that? Is there a tutorial to follow?

    Did you get a chance to see Sedat response?

    You can use Azure AI Vision. Azure AI Vision can analyze an image and generate a human-readable phrase that describes its contents.

    You can also use API. The image description feature is part of the Analyze Image API. You can call this API through a native SDK or through REST calls. Include Description in the visualFeatures query parameter. Then, when you get the full JSON response, parse the string for the contents of the "description" section.

    Also, you can use GPT-4 Turbo with Vision. See Azure OpenAI enterprise chat with images using GPT-4 Turbo with Vision and Use images in your AI chats

    GPT-4o integrates text and images in a single model, enabling it to handle multiple data types simultaneously. See below for example.

    User's image

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.