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
- Host: GitHub
- URL: https://github.com/jonfairbanks/image-sorter
- Owner: jonfairbanks
- License: mit
- Created: 2020-10-21T01:19:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T05:02:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T02:07:32.111Z (9 months ago)
- Topics: face-detection, image-classification, image-processing
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-sorter

## 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