2021-09-13 11:28:49 -04:00
2021-09-13 11:28:49 -04:00
2021-09-13 11:28:07 -04:00
2021-09-13 11:28:07 -04:00
2021-09-13 11:28:07 -04:00

transcribe.py

Transcribe audio files using AWS Transcribe

Example usage:

find /path/to/audio/files/ -name "*.mp3" | parallel -j8 python transcribe.py --bucket my-s3-bucket-name {}
Description
No description provided
Readme 151 KiB
Languages
Python 100%