> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/curator/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/curator/llms-full.txt.

> Collection of tutorials for video curation workflows including beginner guides and advanced pipeline customization techniques

# 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>