From 6954b11be153d1f2d885ba615c28ece0a9106d08 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Wed, 21 May 2025 20:21:01 +0200 Subject: [PATCH] chore: remove duplicate finder from community projects (#18424) --- docs/src/components/community-projects.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index e70b5af50f..03a384162b 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -44,11 +44,6 @@ const projects: CommunityProjectProps[] = [ 'Lightroom plugin to publish, export photos from Lightroom to Immich. Import from Immich to Lightroom is also supported.', url: 'https://blog.fokuspunk.de/lrc-immich-plugin/', }, - { - title: 'Immich Duplicate Finder', - description: 'Webapp that uses machine learning to identify near-duplicate images.', - url: 'https://github.com/vale46n1/immich_duplicate_finder', - }, { title: 'Immich-Tiktok-Remover', description: 'Script to search for and remove TikTok videos from your Immich library.',