Hands And Palm Images Dataset
A dataset of 11k hands and palm images for gender and age detection.
@kaggle.shyambhu_hands_and_palm_images_dataset
A dataset of 11k hands and palm images for gender and age detection.
@kaggle.shyambhu_hands_and_palm_images_dataset
CREATE TABLE handinfo (
"id" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"skincolor" VARCHAR,
"accessories" BIGINT,
"nailpolish" BIGINT,
"aspectofhand" VARCHAR,
"imagename" VARCHAR,
"irregularities" BIGINT
);
Anyone who has the link will be able to view this.