Skip to content

Use AWS Rekognition to provide a faces search of finpics.com

Notifications You must be signed in to change notification settings

rgfindl/finpics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

finpics

Use AWS Rekognition to provide a faces search of finpics.com

DynamoDB

pics table

  • primaykey (Primary Key)
  • sortKey (Sort Key)
  • ... Rekognition IndexFaces response

Picsets

  • primaykey: '/' (Primary Key)
  • sortkey: '014_newportboston' (Sort Key)
  • pic: 'Newport_pic_3.jpg'

Pics

  • primaykey: '014_newportboston' (Primary Key)
  • sortkey: 'Newport_pic_3.jpg' (Sort Key)
  • ... Rekognition IndexFaces response

Develop locally

npm run serve

Deploy

Install AWS CLI and configure profile credentials.

Web Assets

npm run deploy-site

Photos

npm run upload-pics photos/383

TODO

  • Update lambda to auto-orient pictures if needed.

About

Use AWS Rekognition to provide a faces search of finpics.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages