@@ -363,49 +363,123 @@ Learn the basics of fastdup through interactive examples. View the notebooks on
363363</table >
364364
365365
366+ ## Data Loading
367+ This notebooks in this section shows how you can load data from various sources and analyze them with fastdup.
368+
369+ <table >
370+ <tr>
371+ <td rowspan="4" width="160">
372+ <a href="https://visual-layer.readme.io/docs/">
373+ <img src="./gallery/hf_thumbnail.jpg" width="200" />
374+ </a>
375+ </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>
377+ <td align="center" width="80">
378+ <a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
379+ <img src="./gallery/nbviewer_logo.png" height="30" />
380+ </a>
381+ </td>
382+ </tr>
383+ <tr>
384+ <td align="center">
385+ <a href="https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
386+ <img src="./gallery/github_logo.png" height="25" />
387+ </a>
388+ </td>
389+ </tr>
390+ <tr>
391+ <td align="center">
392+ <a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
393+ <img src="./gallery/colab_logo.png" height="20" />
394+ </a>
395+ </td>
396+ </tr>
397+ <tr>
398+ <td align="center">
399+ <a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
400+ <img src="./gallery/kaggle_logo.png" height="25" />
401+ </a>
402+ </td>
403+ </tr>
404+ <!-- ------------------------------------------------------------------- -->
405+ <tr>
406+ <td rowspan="4" width="160">
407+ <a href="https://visual-layer.readme.io/docs/">
408+ <img src="./gallery/ninja_thumbnail.jpg" width="200" />
409+ </a>
410+ </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>
412+ <td align="center" width="80">
413+ <a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
414+ <img src="./gallery/nbviewer_logo.png" height="30" />
415+ </a>
416+ </td>
417+ </tr>
418+ <tr>
419+ <td align="center">
420+ <a href="https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
421+ <img src="./gallery/github_logo.png" height="25" />
422+ </a>
423+ </td>
424+ </tr>
425+ <tr>
426+ <td align="center">
427+ <a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
428+ <img src="./gallery/colab_logo.png" height="20" />
429+ </a>
430+ </td>
431+ </tr>
432+ <tr>
433+ <td align="center">
434+ <a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-kaggle-datasets.ipynb">
435+ <img src="./gallery/kaggle_logo.png" height="25" />
436+ </a>
437+ </td>
438+ </tr>
439+ <!-- ------------------------------------------------------------------- -->
440+ <tr>
441+ <td rowspan="4" width="160">
442+ <a href="https://visual-layer.readme.io/docs/">
443+ <img src="./gallery/universe_thumbnail.jpg" width="200" />
444+ </a>
445+ </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 align="center" width="80">
448+ <a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
449+ <img src="./gallery/nbviewer_logo.png" height="30" />
450+ </a>
451+ </td>
452+ </tr>
453+ <tr>
454+ <td align="center">
455+ <a href="https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
456+ <img src="./gallery/github_logo.png" height="25" />
457+ </a>
458+ </td>
459+ </tr>
460+ <tr>
461+ <td align="center">
462+ <a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
463+ <img src="./gallery/colab_logo.png" height="20" />
464+ </a>
465+ </td>
466+ </tr>
467+ <tr>
468+ <td align="center">
469+ <a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-roboflow-datasets.ipynb">
470+ <img src="./gallery/kaggle_logo.png" height="25" />
471+ </a>
472+ </td>
473+ </tr>
474+ <!-- ------------------------------------------------------------------- -->
475+ </table >
476+
366477
367478## Exciting New Features
368479
369480> ** 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 ) !
370481
371482<table >
372- <tr >
373- <td rowspan="4" width="160">
374- <a href="https://visual-layer.readme.io/docs/objects-and-bounding-boxes">
375- <img src="./gallery/hf_thumbnail.jpg" width="200">
376- </a>
377- </td>
378- <td rowspan="4">
379- <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.
380- </td>
381- <td align="center" width="80">
382- <a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
383- <img src="./gallery/nbviewer_logo.png" height="30">
384- </a>
385- </td>
386- </tr >
387- <tr >
388- <td align="center">
389- <a href="https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
390- <img src="./gallery/github_logo.png" height="25">
391- </a>
392- </td>
393- </tr >
394- <tr >
395- <td align="center">
396- <a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
397- <img src="./gallery/colab_logo.png" height="20">
398- </a>
399- </td>
400- </tr >
401- <tr >
402- <td align="center">
403- <a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
404- <img src="./gallery/kaggle_logo.png" height="25">
405- </a>
406- </td>
407- </tr >
408- <!-- ------------------------------------------------------------------- -->
409483 <tr >
410484 <td rowspan="4" width="160">
411485 <a href="https://visual-layer.readme.io/docs/getting-started">
0 commit comments