All Projects → simalexan → s3-lambda-transcribe-audio-to-text-s3

simalexan / s3-lambda-transcribe-audio-to-text-s3

Licence: other
Transcribe your audio to text with this serverless component

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to s3-lambda-transcribe-audio-to-text-s3

Diamondb
[WIP] DiamonDB: Rebuild of time series database on AWS.
Stars: ✭ 98 (+16.67%)
Mutual labels:  lambda, s3
herman
Herman is a tool to simplify deployment of AWS Services using ECS and Lambda, and the provisioning of various AWS services.
Stars: ✭ 33 (-60.71%)
Mutual labels:  lambda, s3
Node Acme Lambda
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
Stars: ✭ 120 (+42.86%)
Mutual labels:  lambda, s3
Neardb
Simple document db made for infinitely scalable globally distributed reads.
Stars: ✭ 92 (+9.52%)
Mutual labels:  lambda, s3
tech1-temple-aws
AWS Proofs of Concepts repository. No Longer Supported
Stars: ✭ 32 (-61.9%)
Mutual labels:  lambda, s3
S3 To Lambda Patterns
Example applications for the S3-to-Lambda patterns series in the AWS Compute Blog and learning path. Questions? @jbesw.
Stars: ✭ 95 (+13.1%)
Mutual labels:  lambda, s3
go-localstack
Go Wrapper for using localstack
Stars: ✭ 56 (-33.33%)
Mutual labels:  lambda, s3
Sherlock Holmes Partying In The Jungle
Parses AWS events payloads into a plain JavaScript object
Stars: ✭ 12 (-85.71%)
Mutual labels:  lambda, s3
s3-monitoring
No description or website provided.
Stars: ✭ 14 (-83.33%)
Mutual labels:  lambda, s3
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (-52.38%)
Mutual labels:  lambda, s3
Awesome Aws
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources. Featuring the Fiery Meter of AWSome.
Stars: ✭ 9,895 (+11679.76%)
Mutual labels:  lambda, s3
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (-58.33%)
Mutual labels:  speech-to-text, transcribe-audio-files
Historical
A serverless, event-driven AWS configuration collection service with configuration versioning.
Stars: ✭ 85 (+1.19%)
Mutual labels:  lambda, s3
Awstaghelper
AWS bulk tagging tool
Stars: ✭ 98 (+16.67%)
Mutual labels:  lambda, s3
Workshop Donkeytracker
Workshop to build a serverless tracking application for your mobile device with an AWS backend
Stars: ✭ 27 (-67.86%)
Mutual labels:  lambda, s3
Aws Mobile React Native Starter
AWS Mobile React Native Starter App https://aws.amazon.com/mobile
Stars: ✭ 2,247 (+2575%)
Mutual labels:  lambda, s3
Aws Toolkit Vscode
AWS Toolkit for Visual Studio Code, an extension for working with AWS services including AWS Lambda.
Stars: ✭ 823 (+879.76%)
Mutual labels:  lambda, s3
Github To S3 Lambda Deployer
⚓️ GitHub webhook extension for uploading static pages to AWS S3 directly after commiting to master via Lambda written in Node.js
Stars: ✭ 23 (-72.62%)
Mutual labels:  lambda, s3
Hands-On-Serverless-Applications-with-Go
Hands-On Serverless Applications with Go, published by Packt.
Stars: ✭ 92 (+9.52%)
Mutual labels:  lambda, s3
gozeit
GoZeit
Stars: ✭ 19 (-77.38%)
Mutual labels:  lambda, s3

S3 Bucket -> Lambda (AWS Transcribe Audio to Text) -> S3 Bucket

Description

This is a serverless component that takes uploaded MP3, MP4, WAV, FLAC audio files from one S3 Bucket, then using Lambda and AWS Transcribe converts them to text and uploads to another S3 Bucket as JSON. It contains:

  • an Input S3 Bucket that accepts MP3, MP4, WAV, FLAC audio files.

  • a Lambda that takes the MP3, MP4, WAV, FLAC audio file from the Input S3 bucket, transcribes it to text and uploads it to the Output bucket

  • an Output S3 Bucket that receives Text JSON files.

Deployment Parameters

This component has one CloudFormation deployment parameter:

  • LanguageCode, a required parameter, represents the language present in the audio file that the AWS Transcribe should detect. Possible values are:
    • 'en-US'
    • 'es-US'
    • 'en-AU'
    • 'fr-CA'
    • 'en-GB'
    • 'de-DE'
    • 'pt-BR'
    • 'fr-FR'
    • 'it-IT'
    • 'ko-KR'
    • 'es-ES'

Latest Release - 1.1.0

  • Upgrading to Node.js 12.x LTS

Roadmap - Upcoming changes

Here are the upcoming changes that I'll add to this serverless component:

  • ESLint
  • Tests
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].