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.
Split and Deduplicate Videos
Split videos and then remove near-duplicates using KMeans + Pairwise semantic dedup.
Pipeline Customization Series
Customize pipelines by composing ProcessingStage
classes and tuning resources.