https://github.com/cserajdeep/fashion-recommender
A deep learning-based fashion recommendation model
https://github.com/cserajdeep/fashion-recommender
classification cnn cnn-keras cosine-similarity fashion-mnist fashion-recommender machine-learning reccommendation similarity-search
Last synced: 12 days ago
JSON representation
A deep learning-based fashion recommendation model
- Host: GitHub
- URL: https://github.com/cserajdeep/fashion-recommender
- Owner: cserajdeep
- Created: 2021-06-12T18:52:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-12T19:01:52.000Z (about 5 years ago)
- Last Synced: 2025-10-20T01:56:25.694Z (9 months ago)
- Topics: classification, cnn, cnn-keras, cosine-similarity, fashion-mnist, fashion-recommender, machine-learning, reccommendation, similarity-search
- Language: Jupyter Notebook
- Homepage:
- Size: 2.09 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fashion Recommendation System developed by Pranjal Subhash (https://github.com/Pranjal1510) and Shraddha Srivastava for their 6th Sem Minor Project under the guidance of Dr. Rajdeep Chatterjee
We use Keras for tensorflow and apply transfer learning through different models (VGG16, ResNet50 and DenseNet121) as the base of the network and compare them.
Transfer learning is basically taking features learned on one problem, and leveraging them on a new, similar problem. We used a Sequential model as it is appropriate for a plain stack of layers where each layer has exactly one input tensor. We then use Cosine similarity algorithm to find similarity.

# Fashion Recommender