保育園の膨大な写真リストから、我が子が写っている写真を抽出するスクリプト。 Amazon Rekognitionを利用しています。
Find picures with a person from many pictures. Using Amazon Rekognition API.
- Create
.env
AWS_REGION=ap-northeast-1
AWS_ACCESS_KEY_ID=AKI**********
AWS_SECRET_ACCESS_KEY=****************
The access key must have the permission of Amazon Rekognition.
-
Save target images to images directory
-
Save source image to root directory
-
ruby compare_faces.rb ./source.jpg
-
Result images will be saved in results directory