Mahima246 / GRiD-Software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRiD-R2-2020

This repo contains the code base used by us in order to complete the Flipkart Grid Challenge Round 2 on the Fashion problem.
It consists of 4 .ipynb notebooks, to be opened using colab, which are:

  1. DeepFashion_trained.ipynb
    It is the backbone of our model pipeline. In this, we are cloning the mmfashion model which has been pretrained already. The mmfashion model has been developed by open-mmlab

  2. dataset_creator.ipynb
    This notebook creates the dataset used by us in our model. This notebook finds all the products belonging to a particular category on Nordstrom (such as polo tshirts, tank tops, etc) and extracts the URL the images of those products, and stores them in a given directory, in the form of excel sheets.
    Click here to view our created dataset.

  3. trends_from_attributes.ipynb
    This notebook utilizes the mmfashion model in order to make predictions on trendiness of clothes and styles, by calculating the t-SNE embeddings of input images in any given range of time and then creating clusters of common styles together. This gives out the most trending fashion items in that given range of time, and also outputs then trends (attributes) which were the most popular and least popular in that period of timee.

  4. trends_from_attributes.ipynb
    Another end product of our project: a Predictor for each attribute. This relies on an XGBoost based regressor and tells us future value of an attribute based on previous time steps’s values.

Research paper links: https://www.researchgate.net/profile/Nithyaprakash_Venkatasamy3/publication/282571020_Fashion_trends_and_their_impact_on_the_society/links/5612398d08ae4833751bd97c/Fashion-trends-and-their-impact-on-the-society.pdf

Things yet to work and implement: Add a bot and deploy it using fast API.

Daywise Trending Products

res

About

License:GNU Affero General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%