From 8aff392275467a7ade2353b81ea3f325812cfced Mon Sep 17 00:00:00 2001 From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:12:58 -0400 Subject: [PATCH] docs: Add community project (#8759) Update community-projects.tsx --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index daf4138765..3abfd73429 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -43,6 +43,11 @@ const projects: CommunityProjectProps[] = [ description: 'Lightroom plugin to publish photos from Lightroom collections to Immich albums.', url: 'https://github.com/midzelis/mi.Immich.Publisher', }, + { + title: 'Immich Duplicate Finder', + description: 'Webapp that uses machine learning to identify near-duplicate images.', + url: 'https://github.com/vale46n1/immich_duplicate_finder', + }, ]; function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {