Simple app to archive the images/videos into proper folder structure.
- Similarity detection based on pHash and Hamming distance
- Keep a record of the archived images in the database
- EXIF data extraction
- golang >= 1.4
- Postgresql database
- pHash binary in path
go get github.com/jaischeema/panorma
Import command
panorma import -c /path/to/config.json
Server Command
panorma server -c /path/to/config.json
- Add tests - test 'em all
- Upload archived images to flickr or Google Photos
- Generate thumbnails
MIT