Skip to content

Commit

Permalink
Add Image Clustering and Image Duplicate Detection examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nreimers committed Mar 19, 2021
1 parent dd0a056 commit 4918bc4
Show file tree
Hide file tree
Showing 3 changed files with 1,809 additions and 1 deletion.
727 changes: 727 additions & 0 deletions examples/applications/image-search/Image_Clustering.ipynb

Large diffs are not rendered by default.

1,079 changes: 1,079 additions & 0 deletions examples/applications/image-search/Image_Duplicates.ipynb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion examples/applications/image-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ You can use the CLIP model for:
- You can fine-tune it on your own image&text data with the regular SentenceTransformers training code.

## Examples
- [Image_Search.ipynb](Image_Search.ipynb) ([Colab Version](https://colab.research.google.com/drive/16OdADinjAg3w3ceZy3-cOR9A-5ZW9BYr?usp=sharing)) depicts a larger example for image-search using 25,000 free pictures from [Unsplash](https://unsplash.com/).
- [Image_Search.ipynb](Image_Search.ipynb) ([Colab Version](https://colab.research.google.com/drive/16OdADinjAg3w3ceZy3-cOR9A-5ZW9BYr?usp=sharing)) depicts a larger example for **text-to-image** and **image-to-image** search using 25,000 free pictures from [Unsplash](https://unsplash.com/).
- [Image_Clustering.ipynb](Image_Clustering.ipynb) ([Colab Version](https://colab.research.google.com/drive/1T3gfEF7pkXgPPajNa9ZjurB25B0RJ3_X?usp=sharing)) shows how to perform **image clustering**. Given 25,000 free pictures from [Unsplash](https://unsplash.com/), we find clusters of similar images. You can control how sensitive the clustering should be.
- [Image_Duplicates.ipynb](Image_Duplicates.ipynb) ([Colab Version](https://colab.research.google.com/drive/1wLiZNedMwlM-FxBVbp3aA353yohV_wJ1?usp=sharing)) shows an example how to find duplicate and near duplicate images in a large collection of photos.

0 comments on commit 4918bc4

Please sign in to comment.