From 32b78e6a38c03f5b49b89872b2ffa09eac94fe67 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Mon, 24 Oct 2022 06:50:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d454ec9..4a9af49 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Find Duplicate and Similar Images -Finds duplicates and similar images in a defined path. Set the image to search for similar images or the path for finding duplicates in main.py +Finds duplicates and similar images in a defined path. Set the image to search for similar images or the path for finding duplicates in main.py. +hash_size of 8 means, the image will be resized to an 8x8 matrix. So, if you want to improve performance, you can try to increase the hash_size. ## Install Requirements