> 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.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/curator/_mcp/server.

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

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