Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
GleghornLab
/
MedIMG
like
1
Follow
Gleghorn Lab
7
Modalities:
Image
Text
Formats:
parquet
Size:
100K - 1M
Libraries:
Datasets
Dask
Croissant
+ 1
Dataset card
Viewer
Files
Files and versions
Community
2
Create README.md + Set dtype="image" for the column named "image"
#2
by
lhoestq
HF staff
- opened
Oct 11
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+8
-0
Files changed (1)
hide
show
README.md
+8
-0
README.md
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
---
2
+
dataset_info:
3
+
features:
4
+
- name: img_name
5
+
dtype: string
6
+
- name: image
7
+
dtype: image
8
+
--