GenAI for Summarization: Image Content
This workflow accesses a database of images, representing sofas, and converts images from binary objects to base64.
It prompts a multimodal LLM to go from image-to-text, describing key features of the sofas (e.g., colour, type, size, etc.)
It post-processes the responses to shape them into a tabular format and writes the results back into the database.