Bin
2025-12-16 9e0b2ba2c317b1a86212f24cbae3195ad1f3dbfa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
title: Image Captioning
type: community
group: Computer Vision
image: /static/templates/image-captioning.png
details: |
  <h1>Write text describing the image</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>accessibility tools, visual search engines, content management systems, social media automation, e-commerce product descriptions, news media, digital asset management, museum cataloging, educational content, medical imaging reports, surveillance systems, autonomous systems</dd>
    <dt>Associated Models</dt>
    <dd>BLIP, Show and Tell, Attention-based models, Vision Transformer, CLIP, GPT-4V</dd>
    <dt>Domain Terminology</dt>
    <dd>visual-to-text, image-to-text, visual storytelling, scene understanding, visual description</dd>
  </dl>
config: |
  <View>
    <Image name="image" value="$captioning"/>
    <Header value="Describe the image:"/>
    <TextArea name="caption" toName="image" placeholder="Enter description here..."
              rows="5" maxSubmissions="1"/>
  </View>