DL-Simplified icon indicating copy to clipboard operation
DL-Simplified copied to clipboard

Myntra Fashion Product Analysis using Image Processing

Open abhisheks008 opened this issue 1 year ago • 13 comments

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Myntra Fashion Product Analysis using Image Processing :red_circle: Aim : The aim of this project is to analyze the images of the fashion products using image processing methods. :red_circle: Dataset : https://www.kaggle.com/datasets/djagatiya/myntra-fashion-product-dataset :red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


📍 Follow the Guidelines to Contribute in the Project :

  • You need to create a separate folder named as the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project in other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

:red_circle::yellow_circle: Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include issue number along with it.
  • Follow Contributing Guidelines & Code of Conduct before start Contributing.

:white_check_mark: To be Mentioned while taking the issue :

  • Full name :
  • GitHub Profile Link :
  • Email ID :
  • Participant ID (if applicable):
  • Approach for this Project :
  • What is your participant role? (Mention the Open Source program)

Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

abhisheks008 avatar Dec 30 '23 04:12 abhisheks008

Full name : Akshat Mishra GitHub Profile Link : https://github.com/Adm-2005 Email ID : [email protected] Approach for this Project : Keras Sequential Model with 3 additional layers. What is your participant role? : Swoc 24 contributor

Adm-2005 avatar Jan 01 '24 16:01 Adm-2005

Can you come up with 2 more models which you want to implement? @Adm-2005

abhisheks008 avatar Jan 01 '24 17:01 abhisheks008

Sure. If I were to make a list the other two models would be ResNet and FashionNet. The reason keras sequential was my first choice was because FashionNet sometimes due to its specific purpose sometimes results in overfitting.

Adm-2005 avatar Jan 01 '24 17:01 Adm-2005

Full name : Titiksha Agrawal GitHub Profile Link : https://github.com/AgrawalTitiksha Email ID : [email protected] Approach for this Project : After data preprocessing and visualization, using PCA algorithm for normalizing and standardizing the images, then to use LDA , SVM (all 3 kernel) , and CNN (VGG16) for analyzing the images, it can also be used for prediction of new input dataset. What is your participant role? (Mention the Open Source program) : @Contributor 2024

need to mention: have worked on a similar project but topic, "Early stage Alzheimer's disease detection, classification and prediction" using the same model's above (excluding CNN).

AgrawalTitiksha avatar Jan 02 '24 04:01 AgrawalTitiksha

Cool, @Adm-2005 use all the three models for this project and make a comparison of the models based on the accuracy scores to find out the best fitted model for this dataset/project.

Issue assigned to you. You can start working on it.

abhisheks008 avatar Jan 02 '24 05:01 abhisheks008

Sure, I'll do that.

Adm-2005 avatar Jan 02 '24 05:01 Adm-2005

Hey , @abhisheks008

Full name : Aaradhya Singh GitHub Profile Link : https://github.com/kyra-09 Email ID : [email protected] Participant ID (if applicable):

Approach for this Project : 1.) I want to use Keras API to implement various pre-trained models and optimise them to make better accuracy for mentioned dataset .

2.) Comparing between used models with various performance metrics such as - f1 score , accuracy , confusion matrix etc.

What is your participant role? (Mention the Open Source program) - Contributor/GSSOC-2024

Kindly assign this issue to me

aaradhyasinghgaur avatar May 14 '24 20:05 aaradhyasinghgaur

Hi @kyra-09 one issue at a time please!

abhisheks008 avatar May 15 '24 04:05 abhisheks008

Hey , @abhisheks008

Full name : Keshav GitHub Profile Link : https://github.com/CoderOMaster Email ID : [email protected] Participant ID (if applicable):

Approach for this Project : use nlp techniques for preprocessing data columns then use these different coulumns to predict price of product using catbooast,random forest,etc..this is not exactly a direct deep learning dataset but can use nlp techniques for preprocessing,eda,processing and applying models on top of them

What is your participant role? (Mention the Open Source program) - Contributor/GSSOC-2024

CoderOMaster avatar May 16 '24 16:05 CoderOMaster

As you have previously contributed in the repository, can you find out a dataset with the same problem statement which will be compatible with the deep learning methods?

@CoderOMaster

abhisheks008 avatar May 16 '24 16:05 abhisheks008

Sorry my bad it has images, found out after downloading since kaggle didn't show overview.anyways I will use to classify what type.of.clothing accesories it is based on CNN, resnet,vgg etc models

CoderOMaster avatar May 16 '24 16:05 CoderOMaster

Hey you didn't assign me the issue

CoderOMaster avatar May 17 '24 11:05 CoderOMaster

Oops! Sorry for that.

abhisheks008 avatar May 18 '24 03:05 abhisheks008

@abhisheks008 I am unable to find a conclusive result since it has huge no of labels to predict anything.at the moment I tried using NLP to predict whether product is expensive or not by providing description of that dress/product. Then I am using cv to use images with brands as labels from CSV but brand names are too huge to implement and get good accuracy.very poor results as brands are itself 1000+ to be categorised.Should I publish my results anyways?

CoderOMaster avatar May 19 '24 09:05 CoderOMaster

@abhisheks008 I am unable to find a conclusive result since it has huge no of labels to predict anything.at the moment I tried using NLP to predict whether product is expensive or not by providing description of that dress/product. Then I am using cv to use images with brands as labels from CSV but brand names are too huge to implement and get good accuracy.very poor results as brands are itself 1000+ to be categorised.Should I publish my results anyways?

I'd like to suggest you something. Can you look for a better dataset than this which suits the existing problem statement.

abhisheks008 avatar May 19 '24 16:05 abhisheks008

@abhisheks008 I found something after extensive research.I hope this will be suffice although this dataset is also similar to that so used single column for classification that too which had over 36 classes

CoderOMaster avatar May 23 '24 16:05 CoderOMaster