Skip to content

A simple script that turns AWS Transcribe JSON output into human readable text files.

Notifications You must be signed in to change notification settings

LukeBurgessYeo/aws-transcribe-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

aws-transcribe-interpreter

A simple script that turns AWS Transcribe JSON output into human readable text files.

Takes transcribed JSON and outputs a text file with the following format:

(HH:mm:ss) Speaker One: The transcribed text of the first thing said by the first speaker.

(HH:mm:ss) Speaker Two: The transcribed text of the first thing said by the second speaker.

... etc.

TODO: error handling, optimise code, add additional options.

About

A simple script that turns AWS Transcribe JSON output into human readable text files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published