Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
panda2022
/
shape-dataset
like
0
Modalities:
Document
Size:
< 1K
Libraries:
Datasets
Croissant
Dataset card
Data Studio
Files
Files and versions
xet
Community
1
panda2022
commited on
Sep 14, 2025
Commit
e20f1fc
·
verified
·
1 Parent(s):
6782f47
Upload test1.py with huggingface_hub
Browse files
Files changed (1)
hide
show
test1.py
+6
-0
test1.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import kagglehub
2
+
3
+
# Download latest version
4
+
path = kagglehub.dataset_download("dibakarsil/9-classes-noisy-image-dataset")
5
+
6
+
print("Path to dataset files:", path)