> 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 audio curation workflows including beginner guides and advanced quality assessment techniques

# Audio Curation Tutorials

Use the tutorials in this section to learn audio curation with NeMo Curator.

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

***

<Cards>
  <Card title="Beginner Tutorial" href="/curate-audio/tutorials/beginner">
    Run your first audio processing pipeline using the FLEURS dataset, including ASR inference and basic quality filtering.
    fleurs-dataset
    asr-inference
    wer-filtering
  </Card>

  <Card title="ALM Tutorial" href="/curate-audio/tutorials/alm">
    Curate training data for audio language models by extracting fixed-duration windows from diarized audio segments.
    alm
    windowing
    speaker-diarization
  </Card>
</Cards>