From 054059130ee72a158e38ec6e0c3ac92b37e093b9 Mon Sep 17 00:00:00 2001 From: Andrewwango Date: Tue, 27 Dec 2022 08:52:20 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1d2c29..bf94879 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ View the updated stack on AWS CloudFormation. The event-driven AI pipeline is structured as follows, 1. Audio file dropped in input folder of transcription input S3 bucket. -2. Transcription services Lambda function transcribe_and_redact invoked by S3 trigger with prefix/suffix filter. -3. transcribe_and_redact performs transcription by calling **AWS Transcribe** via boto3. Transcription json output to input folder of comprehend input S3 bucket. Audio file copied to processed folder (if successful - TODO) and deleted from input (TODO [1]). -4. Comprehend + analytics services Lambda function redact_and_comprehend invoked by S3 trigger with prefix/suffix filter. -5. redact_and_comprehend performs **AWS Comprehend**-powered and custom analytics on transcriptions (including on different speakers, timings etc.). Analytics output to CSV file placed in output folder of comprehend output S3 bucket. Transcription moved to processed folder if successful. +2. Transcription services Lambda function `transcribe_and_redact` invoked by S3 trigger with prefix/suffix filter. +3. `transcribe_and_redact` performs transcription by calling **AWS Transcribe** via boto3. Transcription json output to input folder of comprehend input S3 bucket. Audio file copied to processed folder (if successful - TODO) and deleted from input (TODO [1]). +4. Comprehend + analytics services Lambda function `redact_and_comprehend` invoked by S3 trigger with prefix/suffix filter. +5. `redact_and_comprehend` performs **AWS Comprehend**-powered and custom analytics on transcriptions (including on different speakers, timings etc.). Analytics output to CSV file placed in output folder of comprehend output S3 bucket. Transcription moved to processed folder if successful. 6. **AWS Quicksight** Dataset configured on output folder of comprehend output S3 bucket which imports all analytics output CSVs. 7. Connected AWS Quicksight Analysis produces charts and graphs based on the raw imported data and various aggregates.