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.2k views Asked by Magnus Karlsson At
2
There are 2 answers
Related Questions in AZURE-COGNITIVE-SERVICES
- Long Loading Times for HoloLens 2 Unity App
- How to get a media stream of the speaker's output to transfer it over the network to microsoft cognitive services for real time speech to text
- Getting error runing Azure Text-to-speech in Google Function
- How to return images in a chunked Azure AI search index
- Process audio from Byte Stream or file without saving to disk Azure Speech SDK Python
- Action failed due to a Cognitive Services authentication error. Please check your authorization input and ensure it is correct
- Microsoft Cognitive Services Speech SDK JavaScript and C# Quickstart samples both giving error while enrolling profile
- Problem with running Azure spatial-analysis container
- Can Microsoft Azure Translator API translate text that has HTML tags?
- Using Azure AI Immersive Reader in ReactJS app
- Why does Azure Cognitive Search Indexer Create Base64 names unnecessarily?
- What is the estimated maximum time that is taken by Azure Document Intelligence (formerly Azure Form Recognizer) to Analyze an ID Document?
- Azure Neural Voice: Invalid deploymentId
- Speaker Identity using azure speech recognition
- What is causing a discrepancy in the time calculation in Azure's speech service?
Related Questions in IMAGE-RECOGNITION
- efficient way to remove a background from an image in python
- Hough Intersection points
- Optimal autoencoder model for picture anomaly detection
- Figures detection in a picture using ML.NET
- How can I use Google Document AI OCR to find the non-text images in a text document?
- How to Read the text from images(OCR) where the font style is 7 segment font
- How crop image before Image Classification
- How can i fix colour detection in my code?
- Clarifai custom model
- Extracting Color Information from a Trained CNN Model
- How to extract the line segment information in a picture accurately in Python
- I was trying to make a script that reads numbers in a video and then converts them into x,y,z co ordinates
- How can I fill missing parts in particle borders, so that these borders/contours form a continous outline?
- Mask-RCNN load_weights exclude layers for training
- Can't use model.predict in digit recognition deep learning project
Related Questions in VISION-API
- How to config Springboot with Google cloud platform API vesion
- Vision API not getting Text recognised properly in iOS 17.0 but works on older version
- How to use Google Vision API when hosting your application on pythonanywhere?
- Cloud Vision API Landmark response "Internal server error. Unexpected feature response."
- Google Vision Rest API - KeyError: 'responses'
- How to detect vertically stacked text with vision API
- How to analyze multiple images in a folder using a loop?
- facing issues in executing Azure vision api
- Google cloud vision with Google storage
- I want connect Google Cloud Vision to my flutter app
- Can I use Google detection API to detect QR code in an image?
- Why does this command from google's documentation return error 403 despite providing authentication?
- Google Cloud architecture to reduce latency time with App Engine and a VM instance working together
- Java Google Api application Default credentials
- Google Cloud Vision API error "Invalid language hints."
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
In the Cognitive Services family, you will find
Bing Visual Searchthat will provide methods allowing to search for similarity.Have a look to the
visuallySimilarProductsitems. 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