Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 449 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 449 Bytes

AlbOpt - Album Optimization

Selects and weights the most unique and informative photos out of a larger album.

example collage

Example Usage:

AlbOpt requires python 3.8, after that install all requirements from requirements.txt

$ python albopt --files-pattern 'my_pics/*' -r 12 \
  --output-name report/albopt --min-ratio 0.2 \
  --algo albopt_pow2

for more options see python albopt --help