Skip to content

Commit 1548938

Browse files
committed
update readme page
1 parent 8cfbb95 commit 1548938

File tree

4 files changed

+100
-13
lines changed

4 files changed

+100
-13
lines changed

README.md

Lines changed: 100 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Learn the basics of fastdup through interactive examples. View the notebooks on
364364

365365

366366
## Data Sources
367-
This notebooks in this section shows how you can load data from various sources and analyze them with fastdup.
367+
The notebooks in this section shows how you can load data from various sources and analyze them with fastdup.
368368

369369
<table>
370370
<tr>
@@ -591,49 +591,130 @@ This notebooks in this section shows how you can load data from various sources
591591
<!-- ------------------------------------------------------------------- -->
592592
</table>
593593

594-
595-
## Exciting New Features
596-
597-
> **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)!
594+
## Data Enrichment
595+
The notebooks in this section shows how you can enrich your visual dataset using various models supported in fastdup.
598596

599597
<table>
600598
<tr>
601599
<td rowspan="4" width="160">
602-
<a href="https://visual-layer.readme.io/docs/enrichment-zero-shot">
603-
<img src="./gallery/enrichment_thumbnail.jpg" width="200">
600+
<a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-classification">
601+
<img src="./gallery/enrichment_classification_thumbnail.jpg" width="200">
602+
</a>
603+
</td>
604+
<td rowspan="4">
605+
<b> 🎞 Zero-Shot Classification:</b> Enrich your visual data with zero-shot image classification and tagging models such as <a href="https://github.com/xinyu1205/recognize-anything">Recognize Anything Model</a>, <a href="https://github.com/xinyu1205/recognize-anything">Tag2Text</a>, and more.<br><br>
606+
<div align="right"><a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-classification">🔗 Learn More.</a></div>
607+
</td>
608+
<td align="center" width="80">
609+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-classification.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/enrichment-zero-shot-classification.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/enrichment-zero-shot-classification.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/enrichment-zero-shot-classification.ipynb">
631+
<img src="./gallery/kaggle_logo.png" height="25">
632+
</a>
633+
</td>
634+
</tr>
635+
<!-- ------------------------------------------------------------------- -->
636+
<tr>
637+
<td rowspan="4" width="160">
638+
<a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-detection">
639+
<img src="./gallery/enrichment_detection_thumbnail.jpg" width="200">
604640
</a>
605641
</td>
606642
<td rowspan="4">
607-
<b> 🎯 Zero-shot Data Enrichment:</b> Enrich your visual data with labels, captions, bounding boxes, and masks by running then over zero-shot models such as <a href="https://github.com/xinyu1205/recognize-anything">Recognize Anything Model</a>, <a href="https://github.com/IDEA-Research/GroundingDINO">Grounding DINO</a>, <a href="https://github.com/facebookresearch/segment-anything">Segment Anything Model</a> and more.
643+
<b> 🧭 Zero-Shot Detection:</b> Enrich your visual data with zero-shot image detection model such as <a href="https://github.com/IDEA-Research/GroundingDINO">Grounding DINO</a> and more.<br><br>
644+
<div align="right"><a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-detection">🔗 Learn More.</a></div>
608645
</td>
609646
<td align="center" width="80">
610-
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
647+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-detection.ipynb">
611648
<img src="./gallery/nbviewer_logo.png" height="30">
612649
</a>
613650
</td>
614651
</tr>
615652
<tr>
616653
<td align="center">
617-
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
654+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-detection.ipynb">
618655
<img src="./gallery/github_logo.png" height="25">
619656
</a>
620657
</td>
621658
</tr>
622659
<tr>
623660
<td align="center">
624-
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
661+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-detection.ipynb">
625662
<img src="./gallery/colab_logo.png" height="20">
626663
</a>
627664
</td>
628665
</tr>
629666
<tr>
630667
<td align="center">
631-
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot.ipynb">
668+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-detection.ipynb">
632669
<img src="./gallery/kaggle_logo.png" height="25">
633670
</a>
634671
</td>
635672
</tr>
673+
<!-- ------------------------------------------------------------------- -->
636674
<tr>
675+
<td rowspan="4" width="160">
676+
<a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-segmentation">
677+
<img src="./gallery/enrichment_segmentation_thumbnail.jpg" width="200">
678+
</a>
679+
</td>
680+
<td rowspan="4">
681+
<b> 🎯 Zero-Shot Segmentation:</b> Enrich your visual data with zero-shot image segmentation model such as <a href="https://github.com/facebookresearch/segment-anything">Segment Anything Model</a> and more.<br><br>
682+
<div align="right"><a href="https://visual-layer.readme.io/docs/enrichment-zero-shot-segmentation">🔗 Learn More.</a></div>
683+
</td>
684+
<td align="center" width="80">
685+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-segmentation.ipynb">
686+
<img src="./gallery/nbviewer_logo.png" height="30">
687+
</a>
688+
</td>
689+
</tr>
690+
<tr>
691+
<td align="center">
692+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-segmentation.ipynb">
693+
<img src="./gallery/github_logo.png" height="25">
694+
</a>
695+
</td>
696+
</tr>
697+
<tr>
698+
<td align="center">
699+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-segmentation.ipynb">
700+
<img src="./gallery/colab_logo.png" height="20">
701+
</a>
702+
</td>
703+
</tr>
704+
<tr>
705+
<td align="center">
706+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/enrichment-zero-shot-segmentation.ipynb">
707+
<img src="./gallery/kaggle_logo.png" height="25">
708+
</a>
709+
</td>
710+
</tr>
711+
<!-- ------------------------------------------------------------------- -->
712+
</table>
713+
714+
## Feature Extraction
715+
The notebooks in this section shows how you can run fastdup on your own embeddings in combination with frameworks like ONNX and PyTorch.
716+
<table>
717+
<tr>
637718
<td rowspan="4" width="160">
638719
<a href="https://visual-layer.readme.io/docs/embeddings-timm">
639720
<img src="./gallery/timm_embeddings_thumbnail.jpg" width="200">
@@ -743,7 +824,13 @@ This notebooks in this section shows how you can load data from various sources
743824
</a>
744825
</td>
745826
</tr>
746-
<!-- ------------------------------------------------------------------- -->
827+
</table>
828+
829+
## Exciting New Features
830+
831+
> **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)!
832+
833+
<table>
747834
<tr>
748835
<td rowspan="4" width="160">
749836
<a href="https://visual-layer.readme.io/docs/video-face-detection">
96 KB
Loading
90 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)