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 Risposta
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
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande