Skip to content

takahi5/rekognition-find-my-son

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rekognition-find-my-son

保育園の膨大な写真リストから、我が子が写っている写真を抽出するスクリプト。 Amazon Rekognitionを利用しています。

Find picures with a person from many pictures. Using Amazon Rekognition API.

Usage

  1. 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.

  1. Save target images to images directory

  2. Save source image to root directory

  3. ruby compare_faces.rb ./source.jpg

  4. Result images will be saved in results directory

About

Find a picture of my son from a huge number of pictures. Using AWS rekognition API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages