Skip to content

Dhairya-Dudhatra/FaceRecognition-Lambda-S3

Repository files navigation

Face Recognition using Lambda

Team - DADCloud

Project Understandings

We tried to implement a face recognition application using AWS Lambda and AWS S3 and S3 event notification. From the workload generator users upload videos in the S3 and event notifications trigger the lambda function which was created from the docker image stored in the AWS ECR. Lambda handler detects the face using face recognition libraries and checks dynamoDB table if there is a face already in the database and if it does then it returns the data about person in another S3 bucket.

Architecture

Arch Image

S3 Bucket Names

  • Input Bucket name - 'input-bucket-project2'
  • Output Bucket name - 'output-bucket-project2'

DynamoDB Table Name

  • Table Name - 'People_data'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published