Amazon Transcribe - Speaker Diarization Benchmark
Prerequisites
- Ubuntu 20.04 (x86_64)
- Git
- Python 3.7+
- PIP
- AWS Account
Usage
- Clone the repository:
- Install the dependencies:
Set up the dataset as described in the main readme of the repository.
Create an S3 bucket on you AWS account.
Run the benchmark:
Where:
type
is the type of benchmark to run. It can beACCURACY
,CPU
, orMEMORY
.dataset
is the name of the dataset to use.data-folder
is the path to the folder containing the audio files.label-folder
is the path to the folder containing the ground truth labels.engine
is the name of the engine to benchmark. It must beAWS_TRANSCRIBE
.aws-profile
is the name of the AWS profile to use.aws-s3-bucket-name
is the name of the S3 bucket to use.