Bin
2025-12-17 21f0498f62ada55651f4d232327e15fc47f498b1
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
---
cards:
- categories:
  - TimeSeries
  - Segmentation
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/timeseries.png
  meta_description: Tutorial demonstrating a minimal ML backend that performs time series segmentation in Label Studio.
  meta_title: Time Series Segmenter for Label Studio
  order: 35
  tier: all
  title: Time Series Segmenter for Label Studio
  type: guide
  url: /guide/ml_tutorials/timeseries_segmenter.html
- categories:
  - Natural Language Processing
  - Text Classification
  - BERT
  - Hugging Face
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/bert.png
  meta_description: Tutorial on how to use BERT-based text classification with your
    Label Studio project
  meta_title: BERT-based text classification
  order: 35
  tier: all
  title: Classify text with a BERT model
  type: guide
  url: /guide/ml_tutorials/bert_classifier.html
- categories:
  - Computer Vision
  - Optical Character Recognition
  - EasyOCR
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/easyocr.png
  meta_description: The EasyOCR model connection integrates the capabilities of EasyOCR
    with Label Studio to assist in machine learning labeling tasks involving Optical
    Character Recognition (OCR).
  meta_title: EasyOCR model connection for transcribing text in images
  order: 40
  tier: all
  title: Transcribe text from images with EasyOCR
  type: guide
  url: /guide/ml_tutorials/easyocr.html
- categories:
  - Natural Language Processing
  - Named Entity Recognition
  - Flair
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/flair.png
  meta_description: Tutorial on how to use Label Studio and Flair for faster NER labeling
  meta_title: Use Flair with Label Studio
  order: 75
  tier: all
  title: NER labeling with Flair
  type: guide
  url: /guide/ml_tutorials/flair.html
- categories:
  - Natural Language Processing
  - Named Entity Recognition
  - GLiNER
  - BERT
  - Hugging Face
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/gliner.png
  meta_description: Tutorial on how to use GLiNER with your Label Studio project to
    complete NER tasks
  meta_title: Use GLiNER for NER annotation
  order: 37
  tier: all
  title: Use GLiNER for NER annotation
  type: guide
  url: /guide/ml_tutorials/gliner.html
- categories:
  - Computer Vision
  - Image Annotation
  - Object Detection
  - Grounding DINO
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/grounding-dino.png
  meta_description: Label Studio tutorial for using Grounding DINO for zero-shot object
    detection in images
  meta_title: Image segmentation in Label Studio using a Grounding DINO backend
  order: 15
  tier: all
  title: Zero-shot object detection and image segmentation with Grounding DINO
  type: guide
  url: /guide/ml_tutorials/grounding_dino.html
- categories:
  - Computer Vision
  - Image Annotation
  - Object Detection
  - Zero-shot Image Segmentation
  - Grounding DINO
  - Segment Anything Model
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/grounding-sam.png
  meta_description: Label Studio tutorial for using Grounding DINO and SAM for zero-shot
    object detection in images
  meta_title: Image segmentation in Label Studio using a Grounding DINO backend and
    SAM
  order: 15
  tier: all
  title: Zero-shot object detection and image segmentation with Grounding DINO and
    SAM
  type: guide
  url: /guide/ml_tutorials/grounding_sam.html
- categories:
  - Generative AI
  - Large Language Model
  - Text Generation
  - Hugging Face
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/hf-llm.png
  meta_description: This tutorial explains how to run Hugging Face Large Language
    model backend in Label Studio. Hugging Face Large Language Model Backend is a
    machine learning backend designed to work with Label Studio, providing a custom
    model for text generation.
  meta_title: Label Studio tutorial to run Hugging Face Large Language Model backend
  order: 20
  tier: all
  title: Hugging Face Large Language Model (LLM)
  type: guide
  url: /guide/ml_tutorials/huggingface_llm.html
- categories:
  - Natural Language Processing
  - Named Entity Recognition
  - Hugging Face
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/hf-ner.png
  meta_description: This tutorial explains how to run a Hugging Face NER backend in
    Label Studio.
  meta_title: Label Studio tutorial to run Hugging Face NER backend
  order: 25
  tier: all
  title: Hugging Face NER
  type: guide
  url: /guide/ml_tutorials/huggingface_ner.html
- categories:
  - Natural Language Processing
  - Named Entity Recognition
  - Interactive matching
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/interactive-substring-matching.png
  meta_description: Use the interactive substring matching model for labeling NER
    tasks in Label Studio
  meta_title: Interactive substring matching for NER tasks
  order: 30
  tier: all
  title: Interactive substring matching for NER tasks
  type: guide
  url: /guide/ml_tutorials/interactive_substring_matching.html
- categories:
  - Generative AI
  - Retrieval Augmented Generation
  - Google
  - OpenAI
  - Langchain
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/langchain.png
  meta_description: Use Langchain, OpenAI, and Google to generate responses based
    on Google search results.
  meta_title: RAG with a Langchain search agent
  order: 45
  tier: all
  title: RAG with a Langchain search agent
  type: guide
  url: /guide/ml_tutorials/langchain_search_agent.html
- categories:
  - Generative AI
  - Large Language Model
  - OpenAI
  - Azure
  - Ollama
  - ChatGPT
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/llm-interactive.png
  meta_description: Label Studio tutorial for interactive LLM labeling with OpenAI,
    Azure, or Ollama
  meta_title: Interactive LLM labeling with OpenAI, Azure, or Ollama
  order: 5
  tier: all
  title: Interactive LLM labeling with GPT
  type: guide
  url: /guide/ml_tutorials/llm_interactive.html
- categories:
  - Computer Vision
  - Object Detection
  - Image Annotation
  - OpenMMLab
  - MMDetection
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/openmmlab.png
  meta_description: This is a tutorial on how to use the example MMDetection model
    backend with Label Studio for image segmentation tasks.
  meta_title: Object detection in images with Label Studio and MMDetection
  order: 65
  tier: all
  title: Object detection with bounding boxes using MMDetection
  type: guide
  url: /guide/ml_tutorials/mmdetection-3.html
- categories:
  - Audio/Speech Processing
  - Automatic Speech Recognition
  - NeMo
  - NVidia
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/nvidia.png
  meta_description: Tutorial on how to use set up Nvidia NeMo to use for ASR tasks
    in Label Studio
  meta_title: Automatic Speech Recognition with NeMo
  order: 60
  tier: all
  title: Automatic Speech Recognition with NVidia NeMo
  type: guide
  url: /guide/ml_tutorials/nemo_asr.html
- categories:
  - Computer Vision
  - Image Annotation
  - Object Detection
  - Segment Anything Model
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/sam2-images.png
  meta_title: Using SAM2 with Label Studio for Image Annotation
  order: 15
  tier: all
  title: SAM2 with Images
  type: guide
  url: /guide/ml_tutorials/segment_anything_2_image.html
- categories:
  - Computer Vision
  - Video Annotation
  - Object Detection
  - Segment Anything Model
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/sam2-video.png
  meta_title: Using SAM2 with Label Studio for Video Annotation
  order: 15
  tier: all
  title: SAM2 with Videos
  type: guide
  url: /guide/ml_tutorials/segment_anything_2_video.html
- categories:
  - Computer Vision
  - Object Detection
  - Image Annotation
  - Segment Anything Model
  - Facebook
  - ONNX
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/segment-anything.png
  meta_description: Label Studio tutorial for labeling images with MobileSAM or ONNX
    SAM.
  meta_title: Interactive annotation in Label Studio with Segment Anything Model (SAM)
  order: 10
  tier: all
  title: Interactive annotation with Segment Anything Model
  type: guide
  url: /guide/ml_tutorials/segment_anything_model.html
- categories:
  - Natural Language Processing
  - Text Classification
  - Scikit-learn
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/scikit-learn.png
  meta_description: Tutorial on how to use an example ML backend for Label Studio
    with Scikit-learn logistic regression
  meta_title: Sklearn Text Classifier model for Label Studio
  order: 50
  tier: all
  title: Sklearn Text Classifier model
  type: guide
  url: /guide/ml_tutorials/sklearn_text_classifier.html
- categories:
  - Natural Language Processing
  - Named Entity Recognition
  - SpaCy
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/spacy.png
  meta_description: Tutorial on how to use Label Studio and spaCy for faster NER and
    POS labeling
  meta_title: Use spaCy models with Label Studio
  order: 70
  tier: all
  title: spaCy models for NER
  type: guide
  url: /guide/ml_tutorials/spacy.html
- categories:
  - Computer Vision
  - Optical Character Recognition
  - Tesseract
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/tesseract.png
  meta_description: Tutorial for how to use Label Studio and Tesseract to assist with
    your OCR projects
  meta_title: Interactive bounding boxes OCR in Label Studio with a Tesseract backend
  order: 55
  tier: all
  title: Interactive bounding boxes OCR with Tesseract
  type: guide
  url: /guide/ml_tutorials/tesseract.html
- categories:
  - Generative AI
  - Large Language Model
  - WatsonX
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/watsonx.png
  meta_title: Integrate WatsonX with Label Studio
  order: 15
  tier: all
  title: Integrate WatsonX with Label Studio
  type: guide
  url: /guide/ml_tutorials/watsonx_llm.html
- categories:
  - Computer Vision
  - Object Detection
  - Image Segmentation
  - YOLO
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/yolo.png
  meta_description: Tutorial on how to use an example ML backend for Label Studio
    with YOLO
  meta_title: YOLO ML Backend for Label Studio
  order: 50
  tier: all
  title: YOLO ML Backend for Label Studio
  type: guide
  url: /guide/ml_tutorials/yolo.html
- categories:
  - Computer Vision
  - Video Classification
  - Temporal Labeling
  - LSTM
  hide_frontmatter_title: true
  hide_menu: true
  image: /guide/ml_tutorials/yolo-video-classification.png
  meta_description: Tutorial on how to use an example ML backend for Label Studio
    with TimelineLabels
  meta_title: TimelineLabels ML Backend for Label Studio
  order: 51
  tier: all
  title: TimelineLabels ML Backend for Label Studio
  type: guide
  url: /guide/ml_tutorials/yolo_timeline_labels.html
layout: templates
meta_description: Tutorial documentation for setting up a machine learning model with
  predictions using PyTorch, GPT2, Sci-kit learn, and other popular frameworks.
meta_title: Machine Learning Example Tutorials
order: 260
order_enterprise: 260
section: Machine Learning
tier: all
title: ML Examples and Tutorials
type: guide
---