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 .

bhaskar
질문됨 2년 전584회 조회
1개 답변
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
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠