Skip to content

Commit

Permalink
added imagededup
Browse files Browse the repository at this point in the history
  • Loading branch information
pjentsch committed Dec 19, 2024
1 parent af0d4cc commit c5ce437
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/projects.js
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c5ce437

Please sign in to comment.