From 87e0955ebb705899d7f7181177f86e3ef70d18c1 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Sun, 5 Nov 2023 02:35:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28246f6..814e91c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Large scale image search with Go +# Large scale image similarity search (Golang) This package provides fast and RAM-friendly **hash-table-based rough approximation** of image similarity for VERY LARGE image collections (millions and more). Another use-case is for computers with little memory or computing power.