https://github.com/hardchik/image-search-
Myntra Image Search ML Model
https://github.com/hardchik/image-search-
Last synced: 11 months ago
JSON representation
Myntra Image Search ML Model
- Host: GitHub
- URL: https://github.com/hardchik/image-search-
- Owner: Hardchik
- Created: 2021-09-09T16:23:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T16:34:34.000Z (almost 5 years ago)
- Last Synced: 2025-06-02T05:55:07.091Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Search
Myntra Image Search ML Model:
-
In this model, searching via giving color the topmost priority has been implemented. Keras, Tensorflow are used to generate image data and ResNet50, a 50 layer deep Neural Network which is pretrained on ImageNet database to create a model. -
On the processed data, product attributes have been generated and now KNN (K-nearest neighbours) is implemeted on product attributes to get the nearest result of image search on Myntra clothing website.