From c5ce437bfebc14eb1b9ca93f83041a36e7a58b21 Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Thu, 19 Dec 2024 22:07:52 +0100 Subject: [PATCH] added imagededup --- data/projects.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/data/projects.js b/data/projects.js index d0e0cee..8d8d7be 100644 --- a/data/projects.js +++ b/data/projects.js @@ -1,4 +1,15 @@ export default [ + { + title: "imagededup", + description: + "imagededup is a python package that simplifies the task of finding exact and near duplicates in an image collection.\nThis package provides functionality to make use of hashing algorithms that are particularly good at finding exact duplicates as well as convolutional neural networks which are also adept at finding near duplicates. An evaluation framework is also provided to judge the quality of deduplication for a given dataset.", + videoURL: "", + ownerId: "idealo", + ownerUrl: "", + ownerLogo: "python", + projectId: "imagededup", + language: "python", + }, { title: "spring-endpoint-exporter-action", description: