Myntra Fashion Product Dataset
Fashion Dataset of Women with Text and Images to build Recommendar System.
@kaggle.hiteshsuthar101_myntra_fashion_product_dataset
Fashion Dataset of Women with Text and Images to build Recommendar System.
@kaggle.hiteshsuthar101_myntra_fashion_product_dataset
CREATE TABLE fashion_dataset (
"unnamed_0" BIGINT,
"p_id" DOUBLE,
"name" VARCHAR,
"price" DOUBLE,
"colour" VARCHAR,
"brand" VARCHAR,
"img" VARCHAR,
"ratingcount" DOUBLE,
"avg_rating" DOUBLE,
"description" VARCHAR,
"p_attributes" VARCHAR
);
Anyone who has the link will be able to view this.