Skip to content

Commit 53fa4ed

Browse files
authored
Merge pull request #223 from dnth/hf-datasets-nb
Add example notebook to analyze Hugging Face Datasets
2 parents ea0638f + 80dd279 commit 53fa4ed

File tree

3 files changed

+2658
-1
lines changed

3 files changed

+2658
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ In short, you'll need 3 lines of code to run fastdup:
169169

170170
```python
171171
import fastdup
172-
fd = fastdup.create("IMAGE_FOLDER/")
172+
fd = fastdup.create(input_dir="IMAGE_FOLDER/")
173173
fd.run()
174174
```
175175

@@ -382,6 +382,45 @@ View the API docs [here](https://visual-layer.readme.io/docs/v1-api).
382382
</tr>
383383

384384
<!-- ------------------------------------------------------------------- -->
385+
386+
<tr>
387+
<td rowspan="4" width="160">
388+
<a href="https://visual-layer.readme.io/docs/objects-and-bounding-boxes">
389+
<img src="./gallery/hf_thumbnail.jpg" width="256">
390+
</a>
391+
</td>
392+
<td rowspan="4">
393+
<b>Analyzing Hugging Face Datasets:</b> In this tutorial learn how to load and analyze datasets from <a href="https://huggingface.co/datasets">Hugging Face Datasets</a>.
394+
</td>
395+
<td align="center" width="80">
396+
<a href="https://nbviewer.org/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
397+
<img src="./gallery/nbviewer_logo.svg" height="34">
398+
</a>
399+
</td>
400+
</tr>
401+
<tr>
402+
<td align="center">
403+
<a href="https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
404+
<img src="./gallery/github_logo.png" height="32">
405+
</a>
406+
</td>
407+
</tr>
408+
<tr>
409+
<td align="center">
410+
<a href="https://colab.research.google.com/github/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
411+
<img src="./gallery/colab_logo.png" height="28">
412+
</a>
413+
</td>
414+
</tr>
415+
<tr>
416+
<td align="center">
417+
<a href="https://kaggle.com/kernels/welcome?src=https://github.com/visual-layer/fastdup/blob/main/examples/analyzing-hf-datasets.ipynb">
418+
<img src="./gallery/kaggle_logo.png" height="32">
419+
</a>
420+
</td>
421+
</tr>
422+
423+
<!-- ------------------------------------------------------------------- -->
385424

386425
</table>
387426

0 commit comments

Comments
 (0)