mirror of
https://github.com/simon987/sist2-scripts.git
synced 2025-04-04 08:53:03 +00: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
Languages
Python
100%