A GUI app made in PyQt5 ,to search similar image related to a particular image We have made a app to find similar image to a given image among the list of images
- Tensorflow 2.x
- Scikit learn
- numpy
- Matplotlib
- PyQt5
- In first case we pass both the search image and target images through the model and find the cosine similarity matric between the output
- In VGG we introduced customization through outputing middle layers along with final layer to extract style.so we can filter the search result with style similarity and content similarity .The example depicted below is using style extraction using this model