sist2-scripts/README.md
2021-09-13 11:28:07 -04:00

192 B

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 {}