Skip to content

Commit 16bec0e

Browse files
committed
rephrase
1 parent eba7f0d commit 16bec0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Learn how to use fastdup as a poweruser!
372372
</a>
373373
</td>
374374
<td rowspan="4">
375-
<b>🤗 Analyze Hugging Face Datasets:</b> Learn how to load and analyze datasets from <a href="https://huggingface.co/datasets">Hugging Face Datasets</a>. Perfect if you already have a dataset hosted on Hugging Face hub.
375+
<b>🤗 Analyze Hugging Face Datasets:</b> Load and analyze datasets from <a href="https://huggingface.co/datasets">Hugging Face Datasets</a>. Perfect if you already have a dataset hosted on Hugging Face hub.
376376
</td>
377377
<td align="center" width="80">
378378
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
@@ -408,7 +408,7 @@ Learn how to use fastdup as a poweruser!
408408
</a>
409409
</td>
410410
<td rowspan="4">
411-
<b>🦖 DINOv2 Embeddings:</b> Extract feature vectors of your images using <a href="https://github.com/facebookresearch/dinov2">DINOv2</a> model. Runs on CPU. No GPU needed!
411+
<b>🦖 DINOv2 Embeddings:</b> Extract feature vectors of your images using <a href="https://github.com/facebookresearch/dinov2">DINOv2</a> model. Runs on CPU.
412412
</td>
413413
<td align="center" width="80">
414414
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/dinov2_notebook.ipynb">
@@ -445,7 +445,7 @@ Learn how to use fastdup as a poweruser!
445445
</a>
446446
</td>
447447
<td rowspan="4">
448-
<b>➡️ Use Your Own Feature Vectors:</b> Learn how to read fastdup generated feature vectors in Python and use them for downstream processing, or run fastdup on your calculated feature vectors.
448+
<b>➡️ Use Your Own Feature Vectors:</b> Read fastdup generated feature vectors in Python and use them for downstream processing, or run fastdup on your feature vectors.
449449
</td>
450450
<td align="center" width="80">
451451
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/feature_vectors.ipynb">
@@ -482,7 +482,7 @@ Learn how to use fastdup as a poweruser!
482482
</a>
483483
</td>
484484
<td rowspan="4">
485-
<b>😗 Face Detection in Videos:</b> Learn how to use fastdup with a face detection model to detect faces from videos and analyze the cropped faces for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry faces.
485+
<b>😗 Face Detection in Videos:</b> Use fastdup with a face detection model to detect faces from videos and analyze the cropped faces for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry faces.
486486
</td>
487487
<td align="center" width="80">
488488
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-face-detection.ipynb">
@@ -519,7 +519,7 @@ Learn how to use fastdup as a poweruser!
519519
</a>
520520
</td>
521521
<td rowspan="4">
522-
<b> 🤖 Object Detection in Videos:</b> Learn how to use fastdup with a pre-trained <a href="https://github.com/ultralytics/yolov5">YOLOv5</a> model to detect and analyze objects for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
522+
<b> 🤖 Object Detection in Videos:</b> Use fastdup with a pre-trained <a href="https://github.com/ultralytics/yolov5">YOLOv5</a> model to detect and analyze objects for potential issues such as duplicates, near-duplicates, outliers, bright/dark/blurry objects.
523523
</td>
524524
<td align="center" width="80">
525525
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/video-yolov5-detection.ipynb">
@@ -556,7 +556,7 @@ Learn how to use fastdup as a poweruser!
556556
</a>
557557
</td>
558558
<td rowspan="4">
559-
<b>🔢 Optical Character Recognition:</b> Search through large image datasets optical characters with PaddleOCR.
559+
<b>🔢 Optical Character Recognition:</b> Enrich your dataset by detecting multilingual texts with <a href="https://github.com/ultralytics/yolov5">PaddleOCR</a>.
560560
</td>
561561
<td align="center" width="80">
562562
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/optical-character-recognition.ipynb">
@@ -593,7 +593,7 @@ Learn how to use fastdup as a poweruser!
593593
</a>
594594
</td>
595595
<td rowspan="4">
596-
<b>🔍 Image Search:</b> Learn how to use fastdup to search through large image datasets for duplicates/similar images using a query image. Runs on CPU!
596+
<b>🔍 Image Search:</b> Search through large image datasets for duplicates/near-duplicates using a query image. Runs on CPU!
597597
</td>
598598
<td align="center" width="80">
599599
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/image-search.ipynb">

0 commit comments

Comments
 (0)