Skip to content

Commit e3f196e

Browse files
committed
update readme with timm nb
1 parent ded82eb commit e3f196e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,43 @@ This notebooks in this section shows how you can load data from various sources
596596
> **Note**: We're happy to announce new features are out from beta testing and now available to the public, completely free of charge! We invite you to try them out and provide us with your valuable [feedback](https://visualdatabase.slack.com/join/shared_invite/zt-19jaydbjn-lNDEDkgvSI1QwbTXSY6dlA#/shared-invite/email)!
597597
598598
<table>
599+
<tr>
600+
<td rowspan="4" width="160">
601+
<a href="https://visual-layer.readme.io/docs/embeddings-timm">
602+
<img src="./gallery/timm_embeddings_thumbnail.jpg" width="200">
603+
</a>
604+
</td>
605+
<td rowspan="4">
606+
<b> 🧠 TIMM Embeddings:</b> Compute your embeddings using <a href="https://github.com/huggingface/pytorch-image-models">TIMM (PyTorch Image Models)</a> and run fastdup over the them to analyze for issues. model. Runs on CPU and GPU.
607+
</td>
608+
<td align="center" width="80">
609+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
610+
<img src="./gallery/nbviewer_logo.png" height="30">
611+
</a>
612+
</td>
613+
</tr>
614+
<tr>
615+
<td align="center">
616+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
617+
<img src="./gallery/github_logo.png" height="25">
618+
</a>
619+
</td>
620+
</tr>
621+
<tr>
622+
<td align="center">
623+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
624+
<img src="./gallery/colab_logo.png" height="20">
625+
</a>
626+
</td>
627+
</tr>
628+
<tr>
629+
<td align="center">
630+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/embeddings-timm.ipynb">
631+
<img src="./gallery/kaggle_logo.png" height="25">
632+
</a>
633+
</td>
634+
</tr>
635+
<!-- ------------------------------------------------------------------- -->
599636
<tr>
600637
<td rowspan="4" width="160">
601638
<a href="https://visual-layer.readme.io/docs/getting-started">

0 commit comments

Comments
 (0)