mirror of
https://github.com/simon987/sist2-scripts.git
synced 2025-04-18 01:56:44 +00:00
8 lines
192 B
Markdown
8 lines
192 B
Markdown
## 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 {}
|
|
``` |