Skip to content

Buckwich/gcp-transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transcriber

Wrapper for Googles Speech to Text API optimzed for transcribing interviews

Requirements

  • NodeJS
  • Google Cloud Access (free 300$ trial available)

Preperation

Installation & Usage

Initial install: npm i

Set the URI in analyze.js to your audio file in the bucket and run npm run analyze <name>. You can also change options like language or speaker count here. This operation can take up to half the time of the original audio length.

You can then use npm run format <name> to convert the raw response to a textfile. You can change the output in format.js without the need to run the analysis again.

npm i # Install dependencies
npm run analyze name # Analyse audio on google Cloud and store result in raw.json
npm run format name  # Format response to readable output

Clean up

To save resources you should remove the audio file from the storage bucket if it is no longer needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published