***

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.

<Tip>
  Tutorials are organized by complexity and typically build on one another.
</Tip>

***

<Cards>
  <Card title="Beginner Tutorial" href="/curate-video/tutorials/beginner">
    Run your first splitting pipeline with the Python example, including model prep and common flags.
    video-splitting
    embeddings
    captioning
  </Card>

  <Card title="Split and Deduplicate Videos" href="/curate-video/tutorials/split-dedup">
    Split videos and then remove near-duplicates using KMeans + Pairwise semantic dedup.
    splitting
    semantic-deduplication
  </Card>

  <Card title="Pipeline Customization Series" href="/curate-video/tutorials/pipeline-customization">
    Customize pipelines by composing `ProcessingStage` classes and tuning resources.
    stages
    resources
    custom-pipelines
  </Card>
</Cards>
