An open API service indexing awesome lists of open source software.

https://github.com/jonfairbanks/image-sorter

Sort Duplicate Images in Bulk
https://github.com/jonfairbanks/image-sorter

face-detection image-classification image-processing

Last synced: 8 months ago
JSON representation

Sort Duplicate Images in Bulk

Awesome Lists containing this project

README

          

# image-sorter

![image-sorter](https://miro.medium.com/max/1024/1*k-mR5gvaYYj7IB_-eNw7VQ.jpeg)

## Sort Duplicate Images in Bulk

### Requirements

- Python 3.x
- PIP 3.x

**pngcrush** is used in an attempt to correct any bad file information. Please ensure it is installed.

`sudo apt-get install pngcrush -y`

### Usage

Image Sorter will analyze and sort duplicates from the images/ directory.

Dependencies can be installed with pip:
`pip3 install -r requirements.txt`

The script can be ran with:
`python3 main.py`

### Options

- `-f`/`--faces` - Detect images w/ faces
- `-r`/`--rename` - Normalize Filenames (drop -1234 suffix)
- `-v`/`--verbose` - Increase output verbosity