Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
giusedroid authored Feb 20, 2023
1 parent 1827396 commit f377918
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
## Introduction
This code sample illustrates a minimal User Generated Content Moderation Pipeline
for video files. It makes use of Rekognition Moderation capabilities to scan
video content for inappropiate images. The rationale behind this code sample is
video content for inappropriate images. The rationale behind this code sample is
to block UGC from progressing further in the analysis pipeline, so that customers
don't perform AI/ML workloads on inappropiate content.
don't perform AI/ML workloads on inappropriate content.

## Process
- Users upload media content to the inspection bucket deployed by the code sample
- An upload notification is sent on EventBridge which triggers the UGC state machine
![assets/moderation-workflow.png](assets/moderation-workflow.png)
- if the video is clear from inappropiate content, it gets replicated to
- if the video is clear from inappropriate content, it gets replicated to
a destination bucket
- otherwise, an email is sent to the moderation team for further inspection

Expand Down Expand Up @@ -52,4 +52,4 @@ aws s3 cp $UPLOAD_FILE_PATH s3://$INSPECTION_BUCKET/public/upload/
You can monitor the execution of the flow in your StepFunction Console

### Acknowledgements
This code sample has been developed by the UKIR Green Field Startup Solutions Architecture Team @AWS.
This code sample has been developed by the UKIR Green Field Startup Solutions Architecture Team @AWS.

0 comments on commit f377918

Please sign in to comment.