Skip to content

Script that uses Google Cloud Speech to transcribe audio to text

Notifications You must be signed in to change notification settings

skabbass1/speech-to-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speech-to-text is a script which provides functionality to convert an audio file to a transcribed text document using Google Cloud Speech

Specifically, the script exposes functionality to:

  1. Convert an MP3 file to a WAV file which could later be used for audio editing or for transcription.
  2. Upload a large audio file to Google Cloud Store for processing by the Google Cloud Speech service.
  3. Check the status of a transcription operation.

Usage

speech-to-text.py --help
Usage: speech-to-text.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

  Commands:
  mp3-to-wav
  transcribe-audio
  transcription-status
  upload-audio

About

Script that uses Google Cloud Speech to transcribe audio to text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages