README.md aktualisiert

This commit is contained in:
Manuel Kamper 2023-07-22 07:38:28 +00:00
parent 7361dc6f1f
commit 1ba4c63301
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ hash_size of 8 means, the image will be resized to an 8x8 matrix. So, if you wan
- exportAPI (True-default/False) - exports all possible duplicates to an API (https://git.kmpr.at/kamp/DuplicateAPI)
- find_similar (Finding Similar Images to a corresponding Image)
## Cronjob
With this Cronjob example the script runs every Saturday (starting at 7:35) and finds any duplicates as specified.
<code>35 7 * * Sat /usr/bin/python3 /opt/similarimages/Duplicate-Remover-master/main.py > /dev/null</code>
## Credits
- based on the initial idea of cw-somil