Skip to content

Example transcribing audio file (speech) to text with Google Cloud Speech API and Python

Notifications You must be signed in to change notification settings

o-date/speech-to-text

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please visit https://www.alexkras.com/transcribing-audio-file-to-text-with-google-cloud-speech-api-and-python/ for detailed walk-through.

Binder

  1. get json-api.txt as per the blog post, then upload
  2. examine the video you want with youtube-dl -F url-to-video
  3. get the smallest audio file by noting the number beside it, then youtube-dl -f the-number url-to-video
  4. put it in the source folder - convert it to wav with ffmpeg
  5. mkdir parts
  6. proceed with splitting the video
  7. rm -r parts/.ipynb_checkpoints
  8. python fast.py

About

Example transcribing audio file (speech) to text with Google Cloud Speech API and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%