CoolFace
Datasetpublic

dheraingoud/dermalens-datasets

DermaLens Skin Cancer Dataset This dataset repo documents the data pipeline used to train the DermaLens V3 skin cancer classification model. Source Dataset HAM10000 (Human Against Machine with 10000 training images) — accessed via marmal88/skin_cancer on HuggingFace. from datasets import load_dataset ds = load_dataset("marmal88/skin_cancer") Dataset Statistics Split Images Malignant Benign Positive Rate Train 10,683 ~2,093 ~8,590 19.6%… See the full description on the dataset page: https://huggingface.co/datasets/dheraingoud/dermalens-datasets.

sourceHugging Facecc-by-nc-sa-4.0updated 7mo agoView on Hugging Face
0likes70downloads
3 commits on main
52bb1787mo ago

Upload dataset

dheraingoud
54ab3a97mo ago

Upload README.md with huggingface_hub

dheraingoud
c8a80d67mo ago

initial commit

dheraingoud