san99tiago / aws-prime-video-xray-clone

Clone for "Amazon Prime Video X-Ray" functionality 100% OpenSource on AWS with Rekognition, Step Functions and Streamlit
Apache License 2.0
6 stars 1 forks source link

Add functionality to draw recognized faces on the screenshots (enhancement) #5

Closed san99tiago closed 2 months ago

san99tiago commented 2 months ago

The current process ONLY detects the famous people, but does not actually "draw a face" on top of them...

The goal of this ticket, is to enable the "drawing of a rectangle" on top of the recognized faces from the previous workflows. Similar to this:

image

In order to achieve this, I recommend using "Pillow" library and the response from Rekognition

san99tiago commented 2 months ago

Functinality added with these commits: