项目作者: aws-samples

项目描述 :
Sample audio transcription and analysis pipeline using Amazon Transcribe, Amazon Comprehend.
高级语言: Scala
项目地址: git://github.com/aws-samples/transcribe-comprehend-quicksight-demo.git


Amazon Transcribe and Comprehend using event sourcing

In this demo we are going to create a process pipeline to transcribe audio files and later on process sentiment analysis over the transcriptions.
This demo uses the “Event Sourcing” pattern to provide a scalable and cost-efficient solution.
The language for processing is spanish by default, you can change it in the SAM template.

Template parameters:

Prerequisites:

Services used:

Architecture:

Architecture

Build

  1. sam build

Deployment

  1. sam package --output-template-file package.yaml --s3-bucket [ARTIFACTS_BUCKET_NAME] --s3-prefix transcribe-sentiment
  2. sam deploy --template-file package.yaml --stack-name transcribe-sentiment --capabilities CAPABILITY_IAM

Where ARTIFACTS_BUCKET_NAME is an S3 bucket name used to upload the artifacts for deployment.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.