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.


Beginner Tutorial

Run your first splitting pipeline with the Python example, including model prep and common flags.

Create a Video Pipeline
Split and Deduplicate Videos

Split videos and then remove near-duplicates using KMeans + Pairwise semantic dedup.

Split and Remove Duplicates Workflow
Pipeline Customization Series

Customize pipelines by composing ProcessingStage classes and tuning resources.

Video Pipeline Customization Tutorials