From f3149f152d682a721b59d4e4eb5ba6bbe32e7ac1 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Wed, 7 Feb 2024 21:33:04 +0100 Subject: [PATCH] - --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d47972..3cb3823 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ When numBuckets is very high (~200), be sure to do a few tests, because, as in t [Algorithm](https://vitali-fedulov.github.io/similar.pictures/algorithm-for-hashing-high-dimensional-float-vectors.html) +[Demo](https://vitali-fedulov.github.io/similar.pictures/) (images4) + ## Example of comparing 2 photos using imagehash The demo shows only the hash-based similarity testing (without making actual hash table). But hash table is implied in full implementation.