Skip to content

14. Realtime transcription with Azure AI Speech Service

This app demonstrates how to use Azure AI Speech Service for realtime transcription.

Prerequisites

  • Python 3.10 or later
  • Azure AI Speech Service
  • Azure OpenAI Service

Overview

# Speech to Text script
poetry run python apps/14_streamlit_azure_ai_speech/speech_to_text.py --help

# WIP: Streamlit app
poetry run python -m streamlit run apps/14_streamlit_azure_ai_speech/main.py

References