Implementation:Speechbrain Speechbrain Prepare AMI
| Knowledge Sources | |
|---|---|
| Domains | Speaker Diarization, Data Preparation |
| Last Updated | 2026-02-09 00:00 GMT |
Overview
Stub page for the AMI corpus data preparation script located at the recipe root level.
Description
This file (recipes/AMI/ami_prepare.py) is a copy of the canonical AMI data preparation script used for diarization. It provides the same prepare_ami function with identical parameters and behavior. The canonical implementation is documented on the Implementation:Speechbrain_Speechbrain_Prepare_AMI_Diarization page.
Usage
Use this when preparing the AMI Meeting Corpus dataset for any AMI recipe in SpeechBrain. See the canonical page for full details.
Code Reference
Source Location
- Repository: SpeechBrain
- File: recipes/AMI/ami_prepare.py
Canonical Implementation
This is a duplicate of the diarization preparation script. For full documentation including signature, I/O contract, and usage examples, see:
Related Pages
- Implementation:Speechbrain_Speechbrain_Prepare_AMI_Diarization -- Canonical implementation page
- Principle:Speechbrain_Speechbrain_Dataset_Specific_Data_Preparation