Skip to content

Transcribe a local video file into text using Google Speach APIs

Notifications You must be signed in to change notification settings

subos2008/audio-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uses Google Cloud to translate audio to text.

Need to login first with something like:

gcloud auth activate-service-account '[email protected]' --key-file=/Users/blah/Downloads/translator-01234-1111111111111.json

Check with:

gcloud auth list

Service account needs Storage Object and Translator service roles.

Run like:

$  ~/Dropbox/translate/run-en.sh Foo.m4a > 'data.json'
$  jq '.results[] | .alternatives[] | .transcript' data.json | tr -d '"'

About

Transcribe a local video file into text using Google Speach APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages