Bin
2025-12-17 262fecaa75b2909ad244f12c3b079ed3ff4ae329
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: Template Gallery
type: templates
order: 001
meta_title: Gallery of Labeling Templates
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Computer Vision
  categories:
  - object detection
  - semantic segmentation
  - image classification
  image: "/images/templates/semantic-segmentation-with-polygons.png"
  url: "/templates/gallery_cv.html"
- title: Dynamic Labels
  categories: object detection, semantic segmentation, image classification
  image: "/images/templates/inventory-tracking.png"
  url: "/templates/gallery_dynamic_labels.html"
- title: Natural Language Processing
  categories: named entity recognition, text classification, relation extraction
  image: "/images/templates/relation-extraction.png"
  url: "/templates/gallery_nlp.html"
- title: Audio/Speech Processing
  categories: automatic speech recognition, speaker segmentation, intent classification
  image: "/images/templates/speaker-segmentation.png"
  url: "/templates/gallery_asr.html"
- title: Ranking & Scoring
  categories: pairwise classification, document retrieval
  image: "/images/templates/pairwise-classification.png"
  url: "/templates/gallery_rns.html"
- title: Structured Data Parsing
  categories: freeform metadata, tabular data, pdf classification
  image: "/images/templates/freeform-metadata.png"
  url: "/templates/gallery_data_parsing.html"
- title: Time Series Analysis
  categories: activity recognition, forecasting, outliers and anomaly detection
  image: "/images/templates/activity-recognition.png"
  url: "/templates/gallery_timeseries.html"
- title: Videos
  categories: video classification, timeline segmentation
  image: "/images/templates/video-timeline-segmentation.png"
  url: "/templates/gallery_videos.html"
- title: Conversational AI
  categories: natural language understanding, chatbot response generation, slot filling
  image: "/images/templates/response-generation.png"
  url: "/templates/gallery_conversational_ai.html"
- title: Chat
  categories: natural language understanding, chatbot response generation, LLM fine-tuning, LLM evaluation
  image: "/images/templates/chat-evaluate-agent.png"
  url: "/templates/gallery_chat.html"
- title: LLM Fine-tuning
  categories: generative ai, llm
  image: "/images/templates/generative-pairwise-human-preference.png"
  url: "/templates/gallery_generative_ai.html"
- title: LLM Evaluations
  categories: generative ai, llm
  image: "/images/templates/generative-chatbot-assessment.png"
  url: "/templates/gallery_llm_evals.html"
- title: Community Contributions
  categories: community templates
  image: "/images/templates/community-contributions.png"
  url: "/templates/gallery_community_contributions.html"
---