Skip to content

Commit 27f34aa

Browse files
authored
Merge pull request #179 from dnth/dnth/search-nb
Add image search notebook
2 parents 6198e4d + 9cefde5 commit 27f34aa

File tree

3 files changed

+1933
-0
lines changed

3 files changed

+1933
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,38 @@ Sign up for free to be a beta tester and get early access. Drop us an email at i
470470
</a>
471471
</td>
472472
</tr>
473+
474+
<!-- ------------------------------------------------------------------- -->
475+
476+
<tr>
477+
<td rowspan="3" width="160">
478+
<a href="https://visual-layer.readme.io/docs/image-search">
479+
<img src="gallery/product-matching.png" width="256">
480+
</a>
481+
</td>
482+
<td rowspan="3">
483+
<b>Image Search:</b> In this tutorial, learn how to use fastdup to search through large image datasets for duplicates/similar images using a query image. Runs on CPU!
484+
</td>
485+
<td align="center" width="80">
486+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/image-search.ipynb">
487+
<img src="./gallery/nbviewer_logo.svg" height="34">
488+
</a>
489+
</td>
490+
</tr>
491+
<tr>
492+
<td align="center">
493+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/image-search.ipynb">
494+
<img src="./gallery/github_logo.png" height="32">
495+
</a>
496+
</td>
497+
</tr>
498+
<tr>
499+
<td align="center">
500+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/image-search.ipynb">
501+
<img src="./gallery/colab_logo.png" height="28">
502+
</a>
503+
</td>
504+
</tr>
473505
</table>
474506

475507

examples/image-search.ipynb

Lines changed: 1901 additions & 0 deletions
Large diffs are not rendered by default.

gallery/product-matching.png

50.5 KB
Loading

0 commit comments

Comments
 (0)