/event-driven-batch-transcription

An example of how to batch transcribe voice recordings using an event-driven architecture in Azure.

Event-Driven Batch Transcription

An example of how to batch transcribe voice recordings using an event-driven architecture in Azure.

This repository is an extension of my Azure Batch Transcription using Python in Databricks example.

Outcome & Overview

Using the Speech to Text Cognitive Service in Azure, we want to transcribe voice recordings into JSON files using parallel (batch) processing. Once a new recording is uploaded to a source Blob Storage container, an event is fired and triggers the transcription function which processes multiple new recordings.

Adopted from: Speech to Text Batch Transcription - Demo