„README.md“ ändern

This commit is contained in:
Manuel Kamper 2022-10-31 18:03:26 +00:00
parent f5fb5d9fbb
commit 0ab311b800
1 changed files with 16 additions and 10 deletions

View File

@ -1,10 +1,16 @@
#Bildduplikate
##Information
This program allows to compare possible image duplicates from a CSV (you can use python script https://git.kmpr.at/kamp/SimilarImages to find them and generate the CSV file) or an API (https://git.kmpr.at/kamp/DuplicateAPI which can be fed by the same python script) and delete one of the duplicates.
Keyboard Control:
[1] - delete first possible duplicate
[2] - delete second possible duplicate
[0] or [K] - mark images as non-duplicates
[D] delete most probably worst indicated duplicate (which has the bold delete button)
# Bildduplikate
## About
This program allows to compare possible image duplicates from a CSV (you can use python script https://git.kmpr.at/kamp/SimilarImages to find them and generate the CSV file) or an API (https://git.kmpr.at/kamp/DuplicateAPI which can be fed by the same python script) and delete one of the duplicates or mark the duplicates as non-duplicates (for API).
## Features
* Can read possible duplicates from a CSV files
* Can read possible duplicates from an API
* suggestion of most probably "worse" duplicate to delete
* keyboar control functions for faster processing
## Keyboard Control
[1] - delete first possible duplicate
[2] - delete second possible duplicate
[0] or [K] - mark images as non-duplicates
[D] delete most probably worst indicated duplicate (which has the bold delete button)