Is there an API I can use in Cognitive Services vision API that compares images? Sometimes we import products from two brands who both have bought the product from the same seller but changed product id with their own product information. I would like to save all images with some meta-data and then be able to upload an image->compare it to the stored images and get a resultset with images that look like the ones I have uploaded.
Find a similar image among saved images with Cognitive services
1.1k Views Asked by Magnus Karlsson At
2
In the Cognitive Services family, you will find
Bing Visual Search
that will provide methods allowing to search for similarity.Have a look to the
visuallySimilarProducts
items. But it looks like it is running similarity with public items, not with a dedicated dataset.Public main page with a few samples: https://azure.microsoft.com/en-us/services/cognitive-services/bing-visual-search/
REST API Documentation: https://learn.microsoft.com/en-us/rest/api/cognitiveservices/bing-images-api-v7-reference