GithubHelp home page GithubHelp logo

fashion-recommender-system-aiwir-project's Introduction

Fashion-Recommender-System-AIWIR-Project

TEAM MEMBERS : ( TEAM 17 )

  1. PRIYA MOHATA - PES2UG19CS301
  2. PRIYANSH GAURAV - PES2UG19CS302
  3. R SHARMILA - PES2UG19CS309
  4. RITIK - PES2UG19CS332

Synopsis :

In recent years, the textile and fashion industries have witnessed an enormous amount of growth in fast fashion. On e-commerce platforms, where numerous choices are available, an efficient recommendation system is required to sort, order, and efficiently convey relevant product content or information to users. Image-based fashion recommendation systems (FRSs) have attracted a huge amount of attention from fast fashion retailers as they provide a personalized shopping experience to consumers. With the technological advancements, this branch of artificial intelligence exhibits a tremendous amount of potential in image processing, parsing, classification, and segmentation.An effective recommendation system is a crucial tool for successfully conducting an e-commerce business. Fashion recommendation systems (FRSs) generally provide specific recommendations to the consumer based on their browsing and previous purchase history. Social-network-based FRSs consider the user’s social circle, fashion product attributes, image parsing, fashion trends, and consistency in fashion styles as important factors since they impact upon the user’s purchasing decisions. FRSs have the ability to reduce transaction costs for consumers and increase revenue for retailers.

FUNCTIONALITY :

The project makes use of various concepts like DeepLearning [ CNN ] , Transfer learning using ResNet50 and in order to find similarity between the vectors we make use of KNN [ with both cosine similarity and Euclidean distance ].

Transfer Learning :

• Transfer Learning is a machine learning method where we reuse a pre-trained model as the starting point for a model on a new task. • By applying transfer learning to a new task, one can achieve significantly higher performance than training with only a small amount of data. • To put it simply—a model trained on one task is repurposed on a second, related task as an optimization that allows rapid progress when modeling the second task. • ImageNet, AlexNet, and Inception are typical examples of models that have the basis of Transfer learning. • So for our project we would be making use of the ResNet50 [ ImageNet ] Model.

ResNet :

• ResNet, short for Residual Networks is a classic neural network used as a backbone for many computer vision tasks • The fundamental breakthrough with ResNet was it allowed us to train extremely deep neural networks with 150+layers successfully. Prior to ResNet training very deep neural networks was difficult due to the problem of vanishing gradients. • ResNet uses skip connection to add the output from an earlier layer to a later layer. This helps it mitigate the vanishing gradient problem • We make use of the ResNet50 present in Keras that is pretrained.

K-Nearest Neighbours :

• The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems. • The KNN algorithm assumes that similar things exist in close proximity. In other words, similar things are near to each other. • “Birds of a feather flock together. Advantages • The algorithm is simple and easy to implement. • There’s no need to build a model, tune several parameters, or make additional assumptions. • The algorithm is versatile. It can be used for classification, regression, and search (as we will see in the next section) Disadvantages • The algorithm gets significantly slower as the number of examples and/or predictors/independent variables increase.

Cosine Similarity :

Cosine similarity measures the similarity between two vectors of an inner product space. It is measured by the cosine of the angle between two vectors and determines whether two vectors are pointing in roughly the same direction. It is often used to measure document similarity in text analysis.

Euclidean Distance :

In mathematics, the Euclidean distance between two points in Euclidean space is the length of a line segment between the two points. It can be calculated from the Cartesian coordinates of the points using the Pythagorean theorem, therefore occasionally being called the Pythagorean distance.

About the dataset :

SOFTWARE REQUIRMENTS :

Tools and Technologies Used : • Python 3.9 • Tensorflow • Keras • Scikit-Learn • ResNet • Streamlit • Pycharm IDE • Tqdm • Numpy • Pickle

Any operating system : Linux , Windows , MacOS. RAM : Minimum 2GB

EXPECTED OUTPUT :

The given recommender system would recommend 5 top items to the user based on the given image by the user.

Overall Approach :

  • Basically the user will upload an image , the image would be processed and we’ll get similar images , like for example you liked some product , you’ll upload the image and get similar images.

  • This same technique is used in Pinterest , Amazon , Google etc .

  • This technique is called : Reverse Image Search.

Plan of the project :

  • Import the model ( resnet )
  • Extract features from the images. ( using resnet )( like for each image in 44k images , we extract features ) , ( so these features can be used for the comparison )
  • For every image we extract 2048 features
  • Export the features.
  • Perform euclidean / cosine similarity
  • Provide recommendations.

OUTPUTS :

Screenshot 2022-04-25 at 7 34 23 AM

Screenshot 2022-04-25 at 7 34 04 AM

fashion-recommender-system-aiwir-project's People

Contributors

priya2410 avatar

Stargazers

Hansini KB avatar Aditya Rokhade avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.