abhirockzz / ai-ml-golang-transcribe-speech-to-text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Go with AWS Lambda and Amazon Transcribe to build a speech to text converter

In this blog post, you will learn how to build a Serverless speech to text conversion solution using Amazon Transcribe, AWS Lambda and the Go programming language. Audio files uploaded to Amazon Simple Storage Service (S3) will trigger a Lambda function which will submit an asynchronous job to Amazon Transcribe (using the AWS Go SDK) which will in turn store the result in another S3 bucket.

About


Languages

Language:Go 100.0%