Skip to content

Commit cbf8238

Browse files
authored
Merge pull request #260 from visual-layer/dnth/readme-docs-link
Link Data Loading examples to docs page
2 parents 64eecac + ab4a348 commit cbf8238

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
i
21
<!-- PROJECT SHIELDS -->
32
<!--
43
*** I'm using markdown "reference style" links for readability.
@@ -369,11 +368,12 @@ This notebooks in this section shows how you can load data from various sources
369368
<table>
370369
<tr>
371370
<td rowspan="4" width="160">
372-
<a href="https://visual-layer.readme.io/docs/">
371+
<a href="https://visual-layer.readme.io/docs/hugging-face-datasets">
373372
<img src="./gallery/hf_thumbnail.jpg" width="200" />
374373
</a>
375374
</td>
376-
<td rowspan="4"><b>🤗 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.</td>
375+
<td rowspan="4"><b>🤗 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.<br><br>
376+
<a href="https://visual-layer.readme.io/docs/hugging-face-datasets">🔗 Learn More.</a></td>
377377
<td align="center" width="80">
378378
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
379379
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -404,11 +404,12 @@ This notebooks in this section shows how you can load data from various sources
404404
<!-- ------------------------------------------------------------------- -->
405405
<tr>
406406
<td rowspan="4" width="160">
407-
<a href="https://visual-layer.readme.io/docs/">
407+
<a href="https://visual-layer.readme.io/docs/kaggle">
408408
<img src="./gallery/ninja_thumbnail.jpg" width="200" />
409409
</a>
410410
</td>
411-
<td rowspan="4"><b>🏆 Kaggle:</b> Load and analyze any computer vision datasets from <a href="https://kaggle.com">Kaggle</a>. Get ahead of your competition with data insights.</td>
411+
<td rowspan="4"><b>🏆 Kaggle:</b> Load and analyze any computer vision datasets from <a href="https://kaggle.com">Kaggle</a>. Get ahead of your competition with data insights.<br><br>
412+
<a href="https://visual-layer.readme.io/docs/kaggle">🔗 Learn More.</a></td>
412413
<td align="center" width="80">
413414
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
414415
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -439,11 +440,12 @@ This notebooks in this section shows how you can load data from various sources
439440
<!-- ------------------------------------------------------------------- -->
440441
<tr>
441442
<td rowspan="4" width="160">
442-
<a href="https://visual-layer.readme.io/docs/">
443+
<a href="https://visual-layer.readme.io/docs/roboflow-universe">
443444
<img src="./gallery/universe_thumbnail.jpg" width="200" />
444445
</a>
445446
</td>
446-
<td rowspan="4"><b>🌎 Roboflow Universe:</b> Load and analyze any computer vision datasets from <a href="https://universe.roboflow.com/">Roboflow Universe</a>. Analyze any of the 200,000 datasets on Roboflow Universe.</td>
447+
<td rowspan="4"><b>🌎 Roboflow Universe:</b> Load and analyze any computer vision datasets from <a href="https://universe.roboflow.com/">Roboflow Universe</a>. Analyze any of the 200,000 datasets on Roboflow Universe.<br><br>
448+
<a href="https://visual-layer.readme.io/docs/roboflow-universe">🔗 Learn More.</a></td>
447449
<td align="center" width="80">
448450
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
449451
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -757,7 +759,7 @@ The following are community-contributed blog posts about fastdup -
757759
<tr>
758760
<td><img src="gallery/community_reduce_dataset_thumbnail.jpg" width="200"></td>
759761
<td>
760-
<a href="https://blog.roboflow.com/how-to-reduce-dataset-size-computer-vision/amp/">Roboflow: How to Reduce Dataset Size Without Losing Accuracy</a><br>
762+
<a href="https://blog.roboflow.com/how-to-reduce-dataset-size-computer-vision/">Roboflow: How to Reduce Dataset Size Without Losing Accuracy</a><br>
761763
🖋️ <a href="author_link_here">Arty Ariuntuya</a> &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp; 🗓 9 August 2023
762764
</td>
763765
</tr>

0 commit comments

Comments
 (0)