An open API service indexing awesome lists of open source software.

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

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.