git clone https://github.com/Picovoice/speech-to-text-benchmark.git
pip3 install -r requirements.txt
python3 benchmark.py \--dataset ${DATASET} \--dataset-folder ${DATASET_FOLDER} \--engine IBM_WATSON_SPEECH_TO_TEXT \--watson-speech-to-text-api-key ${WATSON_SPEECH_TO_TEXT_API_KEY} \--watson-speech-to-text-url ${WATSON_SPEECH_TO_TEXT_URL}