Skip to content

Latest commit

 

History

History

Google-Speech2Text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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