Favicon of azure-speech-to-text-rest-py

azure-speech-to-text-rest-py Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". DO NOT USE FOR: Long audio (60 seconds), rea Published by microsoft in skills.

What is azure-speech-to-text-rest-py Skill?

Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". DO NOT USE FOR: Long audio (60 seconds), rea Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
85/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Deployment
  • Deployment use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use azure-speech-to-text-rest-py Skill

  • Use it for deployment.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/skills
  • Skill file: .github/plugins/azure-sdk-python/skills/azure-speech-to-text-rest-py/SKILL.md

What it does

Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". DO NOT USE FOR: Long audio (60 seconds), rea

Skill instructions

Azure Speech to Text REST API for Short Audio Simple REST API for speech-to-text transcription of short audio files (up to 60 seconds). No SDK required - just HTTP requests. Prerequisites 1. Azure subscription - Create one free 2. Speech resource - Create in Azure Portal 3. Get credentials - After deployment, go to resource Keys and Endpoint Environment Variables bash Required AZURESPEECHKEY=<your-speech-resource-key AZURESPEECHREGION=<region e.g., eastus, westus2, westeurope Alternative: Use endpoint directly AZURESPEECHENDPOINT=https://<region.stt.speech.microsoft.com Installation bash pip install requests Quick Start python import os import requests def transcribeaudio(audiofilepath: str, language: str = "en-US") - dict: """Transcribe short audio file (max 60 seconds) using REST API.""" region = os.environ["AZURESPEECHREGION"] apikey = os.environ["AZURESPEECHKEY"] url = f"https://{region}.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1" headers = { "Ocp

Explore related resources

Frequently asked questions

What is azure-speech-to-text-rest-py?

azure-speech-to-text-rest-py is a open-source AI agent skill with Copy skill directory. Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK.

Who is azure-speech-to-text-rest-py best for?

azure-speech-to-text-rest-py is best for reusing agent instructions, scripts, and references, deployment workflows.

How do I install azure-speech-to-text-rest-py?

Install or run azure-speech-to-text-rest-py using Copy skill directory. Check azure-speech-to-text-rest-py for the latest setup command.

Is azure-speech-to-text-rest-py actively maintained?

azure-speech-to-text-rest-py may need a closer maintenance check before production use.

Share:

Stars
2,741
Forks
309
Last commit
9 days ago
Repository age
6 months
License
MIT

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to azure-speech-to-text-rest-py