Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 565 Bytes

File metadata and controls

9 lines (7 loc) · 565 Bytes

Google Speech2Text Bulk Speech Transcribe - Python

Steps

  1. pip install google-cloud-speech
  2. Setup Google Speech library locally and download Service account JSON. (Reference)
  3. Set the JSON path in the script gAPI.py in the line 4 os.environ['GOOGLE_APPLICATION_CREDENTIALS']
  4. Set the input wav_folder (audios path) and destination output_folder (transcripts path) in the last line of the same script
  5. To bulk transcribe: python gAPI.py