See it live here
- Find a target face among many distractor faces (can come from a user-selected image)
- Runs on client side, user-selected images are not uploaded anywhere
- Concept of personalized face search also available in print form here: https://www.putmeinthestory.com/ (look for "Find Me If You Can" book series)
- Backgrounds come from https://unsplash.com/ (hand selected some "busy" images)
- Faces come from https://www.thispersondoesnotexist.com/
- https://generated.photos/faces is another interesting resource but not used
- Face Detection uses https://github.com/tehnokv/picojs
- Scatter Arrangement uses the javascript Poisson Disc Sampling code from https://github.com/MatthewPageUK/js-poisson-disc
- Image Orientation Fix uses https://github.com/blueimp/JavaScript-Load-Image