Skip to content

asevillano/Azure-Speech-Continuous-Transcription

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure-AI-Services

Install Azure Speech package: pip install azure-cognitiveservices-speech

Install Azure OpenAI package: pip install openai

Edit the file .env with your data:

  • SPEECH_KEY=[YOUR-SPEECH-APY-KEY]
  • SPEECH_REGION=[YOUR-SPEECH-SERVICE-REGION]
  • AZURE_OPENAI_KEY=[YOUR-AZURE-OPENAI-KEY]
  • AZURE_OPENAI_ENDPOINT=[YOUR-AZURE-OPENAI-ENDPOINT]
  • AZURE_OPENAI_DEPLOYMENT_NAME=[YOUR-AZURE-OPENAI-DEPLOYMENT-NAME]

Run the app with the command: python continuous-transcription.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages