Skip to content

jtowe1/photo-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Recognition Photo Sorter

Go

This is a command line application that takes as input the path to a folder full of photos
and sorts them into albums using facial recognition.

Setup

This application uses AWS Rekognition, so you need credentials setup for that.

Create the following files:

~/.aws/credentials

[photo-sort]
aws_access_key_id = <your access key id here>
aws_secret_access_key = <your access key here>

~/.aws/config

[profile photo-sort]
region = <your region here>

Usage

$ go run ./cmd/cli --pathToPhotos ~/path/to/photos

"duration:  20.196546208s"
"photos sorted and placed in /path/to/photos/sorted"

You can also enable debug mode for more output

$ go run ./cmd/cli --pathToPhotos ~/path/to/photos --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages