Skip to content

Commit 7262ee1

Browse files
authored
Merge pull request #275 from visual-layer/dnth/renumics-blog
Update Readme with Renumic blog post as community contribution
2 parents d620db4 + 5f456bd commit 7262ee1

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

README.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<!-- PROJECT LOGO -->
2929
<br />
3030
<div align="center">
31-
<a href="https://www.visual-layer.com" target="_blank" rel="noopener noreferrer">
31+
<a href="https://www.visual-layer.com" target="_blank" rel="noopener noreferrer" name="top">
3232
<picture>
3333
<source media="(prefers-color-scheme: dark)" srcset="./gallery/logo_dark_mode.png" width=400>
3434
<source media="(prefers-color-scheme: light)" srcset="./gallery/logo.png" width=400>
@@ -373,7 +373,8 @@ This notebooks in this section shows how you can load data from various sources
373373
</a>
374374
</td>
375375
<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>
376+
<div align="right"><a href="https://visual-layer.readme.io/docs/hugging-face-datasets">🔗 Learn More.</a></div>
377+
</td>
377378
<td align="center" width="80">
378379
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
379380
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -409,7 +410,8 @@ This notebooks in this section shows how you can load data from various sources
409410
</a>
410411
</td>
411412
<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>
413+
<div align="right"><a href="https://visual-layer.readme.io/docs/kaggle">🔗 Learn More.</a></div>
414+
</td>
413415
<td align="center" width="80">
414416
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
415417
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -445,7 +447,8 @@ This notebooks in this section shows how you can load data from various sources
445447
</a>
446448
</td>
447449
<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>
450+
<div align="right"><a href="https://visual-layer.readme.io/docs/roboflow-universe">🔗 Learn More.</a></div>
451+
</td>
449452
<td align="center" width="80">
450453
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
451454
<img src="./gallery/nbviewer_logo.png" height="30" />
@@ -756,7 +759,14 @@ Get help from the fastdup team or community members via the following channels -
756759
The following are community-contributed blog posts about fastdup -
757760

758761
<table>
759-
<tr>
762+
<tr>
763+
<td><img src="gallery/community_cleaning_image_spotlight.jpg" width="200"></td>
764+
<td>
765+
<a href="https://medium.com/@daniel-klitzke/cleaning-image-classification-datasets-with-fastdup-and-renumics-spotlight-e68deb4730a3">Renumics: Cleaning Image Classification Datasets With fastdup and Renumics Spotlight</a><br>
766+
🖋️ <a href="author_link_here">Daniel Klitzke</a> &nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp; 🗓 4 September 2023
767+
</td>
768+
</tr>
769+
<tr>
760770
<td><img src="gallery/community_reduce_dataset_thumbnail.jpg" width="200"></td>
761771
<td>
762772
<a href="https://blog.roboflow.com/how-to-reduce-dataset-size-computer-vision/">Roboflow: How to Reduce Dataset Size Without Losing Accuracy</a><br>
@@ -837,4 +847,19 @@ It is always possible to opt out of the experimental crash report collection via
837847

838848
fastdup is founded by the authors of [XGBoost](https://github.com/apache/tvm), [Apache TVM](https://github.com/apache/tvm) & [Turi Create](https://github.com/apple/turicreate) - [Danny Bickson](https://www.linkedin.com/in/dr-danny-bickson-835b32), [Carlos Guestrin](https://www.linkedin.com/in/carlos-guestrin-5352a869) and [Amir Alush](https://www.linkedin.com/in/amiralush).
839849

840-
Learn more about Visual Layer [here](https://visual-layer.com).
850+
<div align="center">
851+
<a href="https://visual-layer.com/about" target="_blank" style="text-decoration: none;"> About Us </a> •
852+
<a href="https://medium.com/visual-layer" target="_blank" style="text-decoration: none;"> Blog </a> •
853+
<a href="https://visual-layer.readme.io/" target="_blank" style="text-decoration: none;"> Documentation </a>
854+
855+
</div>
856+
857+
<div align="center">
858+
<a href="https://visual-layer.slack.com/" target="_blank" style="text-decoration: none;"> Slack Community </a> •
859+
<a href="https://visual-layer.readme.io/discuss" target="_blank" style="text-decoration: none;"> Discussion Forum </a> •
860+
<a href="https://www.linkedin.com/company/visual-layer/" target="_blank" style="text-decoration: none;"> LinkedIn </a> •
861+
<a href="https://twitter.com/visual_layer" target="_blank" style="text-decoration: none;"> Twitter </a>
862+
</div>
863+
864+
<div align="right"><a href="#top">🔝 Back to Top</a></div>
865+
33.3 KB
Loading

0 commit comments

Comments
 (0)