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
The data was created to build a Content Based Recommendation System using Text Data or Image Data which can Recommend similar Items to user.
The csv data was scrapped from https://www.myntra.com/ and the Images were downloaded using a Image downloader python code.
Create a content-based recommendation engine
Analyze women style behavior
What are the most common patterns in clothes women like.
CREATE TABLE fashion_dataset (
"unnamed_0" BIGINT -- Unnamed: 0,
"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.