---
description: "Collection of tutorials for video curation workflows including beginner guides and advanced pipeline customization techniques"
categories: ["video-curation"]
tags: ["tutorial", "video-processing", "pipeline", "customization", "workflow", "beginner"]
personas: ["mle-focused", "data-scientist-focused"]
difficulty: "beginner"
content_type: "tutorial"
modality: "video-only"
---
# Video Curation Tutorials
Use the tutorials in this section to learn video curation with NeMo Curator.
Tutorials are organized by complexity and typically build on one another.
---
Run your first splitting pipeline with the Python example, including model prep and common flags.
video-splitting
embeddings
captioning
Split videos and then remove near-duplicates using KMeans + Pairwise semantic dedup.
splitting
semantic-deduplication
Customize pipelines by composing `ProcessingStage` classes and tuning resources.
stages
resources
custom-pipelines