Real time speech to text converters

0

I have a use case to validate audio output from microphone using python for which I am thinking of using Real time speech to text converters.

I have come across SpeechRecognition. I can see clients like Google Cloud Speech is working good but i am looking for aws solution for doing this.

I have come across Amazon Transcribe. Also there is Real-time transcription from web.

Is it possible to do Real time speech to text converters similar to this code .

1 Answer
0

Amazon Transcribe has the ability to use a Python SDK for real time speech to text. https://docs.aws.amazon.com/transcribe/latest/dg/getting-started-sdk.html

There is a Python SDK which you can use: https://github.com/awslabs/amazon-transcribe-streaming-sdk

profile pictureAWS
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions