Reputation: 527
I am using Amazon Rekognition in a project. My requirement is to upload a set of products to the bucket initially and when a user uploads an image to my portal he/she should get matching(similar) image/images from my bucket as a result. Is this possible?
Upvotes: 1
Views: 300
Reputation: 4215
AWS Rekognition only supports a set of labels, Amazon keeps expanding it but they don't support user defined labels. Here is a snippet from their FAQ (source)
Q. I can’t find the label I need. How do I request a new label?
Please send us your requests through AWS Customer Support. Amazon Rekognition continuously expands its catalog of labels based on customer feedback.
Upvotes: 2