Skip to content

Script for automating the process of capturing the latest image of a user from their webcam, extracting and cropping out individual faces, removing the background, and then uploading the processed images to an AWS S3 bucket. This project is particularly useful for AI-related projects that involve facial recognition or image processing in the cloud.

Notifications You must be signed in to change notification settings

Shyams07/Automated-face-image-processing-and-upload-to-aws-s3bucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

click-and-upload-to-aws-s3

Often while working on AI-related Projects connected to images recognition, one of the common practices is to click the snapshot of the user and upload it to the cloud, so come up with a script to click the latest picture of the user, crop out only the face of the individual, remove the background, and upload the image to an S3 Bucket for further processing in AWS cloud, You have to do this from your local machine.

Expected Input: If the picture contains multiple people, separate images of all the individuals should be uploaded. For example, If my webcam takes this picture 2.Pictures should be uploaded to S3 bucket to AWS cloud

Expected Output: Once I run the script, the system takes the latest photo of the user from the webcam and uploads the image to S3 bucket for further processing.

About

Script for automating the process of capturing the latest image of a user from their webcam, extracting and cropping out individual faces, removing the background, and then uploading the processed images to an AWS S3 bucket. This project is particularly useful for AI-related projects that involve facial recognition or image processing in the cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages