{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"Streams audio to Amazon Transcribe and receives real-time transcription results via an async Python interface.","skillfed_tags":["aws-integration","speech-to-text","async-streaming"],"use_cases":["Transcribe live audio from a microphone or network stream in real time for chatbots or voice assistants.","Process pre-recorded audio files asynchronously, receiving transcription results incrementally as chunks are processed.","Build a call-center or meeting-recording system that transcribes audio on-the-fly without storing raw audio locally.","Integrate speech-to-text into a Python web service or background worker handling multiple concurrent transcription streams."],"what_it_does":"Amazon Transcribe Streaming SDK is an async Python client for Amazon's real-time transcription service. It lets you send audio byte streams to AWS and receive transcription results as events, with a handler pattern for processing results as they arrive. The SDK wraps the AWS Common Runtime (awscrt) to communicate with the Transcribe Streaming API.\n\nThe package is designed for developers who need to integrate live or near-live audio transcription into Python applications without managing low-level AWS API details. It requires AWS credentials and audio in a format compatible with Amazon Transcribe Streaming. The description notes this was originally a proof of concept and is no longer actively maintained, though it remains functional; rare high CPU issues have been reported.","worth_installing":"Yes, if you need real-time transcription via Amazon Transcribe and can accept that the package is aging and no longer actively developed. Install friction is low and there are no known vulnerabilities. Be aware of the proof-of-concept status, pin dependencies strictly, and monitor for the rare high CPU issues mentioned. Not suitable if you require active maintenance or official AWS support."},"id":"amazon-transcribe","links":{"html":"https://skillfed.io/packages/amazon-transcribe","md":"https://skillfed.io/packages/amazon-transcribe.md","pypi":"https://pypi.org/project/amazon-transcribe/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-05-05","license_spdx":null,"license_treatment":"permissive","name":"amazon-transcribe","python_support":"supports_current","summary":"Async Python SDK for Amazon Transcribe Streaming"},"popularity":{"monthly_downloads":457029,"position":6551,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.4"}
