Skip to content

Transcription of audio files, including preprocessing of ground truth text, using Azure Cognitive Services Custom Speech Service

License

Notifications You must be signed in to change notification settings

microsoft-partner-solutions-ai/audio-transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Audio Transcription

Transcription of audio files, including preprocessing of ground truth text, using Azure Cognitive Services Custom Speech Service

Preprocessing script preprocess.py - formats and standardizes human-labeled ground truth text to prepare it to be used in the Cognitive Services Custom Speech portal:

  • lowercases text
  • removes punctuation except apostrophes (')
  • truncates 4 or more repeating characters (e.g. "aaaa" -> "aaa")
  • truncates 4 or more repeating words (e.g. "yes yes yes yes" -> "yes yes yes")
  • spells out numbers (e.g. "16" -> "sixteen")
  • removes comments in brackets (e.g. "[laughs]")

About

Transcription of audio files, including preprocessing of ground truth text, using Azure Cognitive Services Custom Speech Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages