Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 798 Bytes

File metadata and controls

13 lines (10 loc) · 798 Bytes

AWS Bulk Speech Transcribe - Python

Steps

  1. pip install boto3
  2. Setup AWS command-line locally on your machine.
  3. Upload all your wav formatted wav files from your local wav_folder to AWS S3 Storage. (Steps)
  4. Ensure you have the HTTPS URL to the wav_folder of S3. Set it in the S3_PREFIX_URI variable of aws_transcribe.py
  5. Set your local wav_folder and destination output_folder paths at the end of the same script.
  6. To run bulk transcription: python aws_transcribe.py

References