git clone https://github.com/Picovoice/speech-to-text-benchmark.git
pip3 install -r requirements.txt
python3 benchmark.py \--engine AMAZON_TRANSCRIBE \--dataset ${DATASET} \--dataset-folder ${DATASET_FOLDER} \--language ${LANGUAGE} \--aws-profile ${AWS_PROFILE}