Image recognition/comparision

0

I have to make a real project on image recognition where I have some metadata images and if I shows new image to system then it will recognize image on based on images I have in data.

AWS comparision service or AWS rekognition service.

Like I have 2 images for testing and 1 image is real if I give 2 images to for 1st image then it has to compare them and give insight according to it. How can we do this?

1 Answer
1
Accepted Answer

Hi,

If you are looking to compare faces, you can use Amazon Rekognition, which provides a CompareFaces operation to compare faces in images. Pls refer: https://docs.aws.amazon.com/rekognition/latest/dg/faces-comparefaces.html

If you are looking to compare the image exif data, you can use S3, SDK & AWS Rekognition. Pls refer: https://docs.aws.amazon.com/rekognition/latest/dg/example_cross_DetectLabels_section.html

For other use cases, you could try the Image Similarity AI Solution Kit, which calculates the similarity of two images to determine how similar they are. Pls refer: https://awslabs.github.io/aws-ai-solution-kit/en/deploy-image-similarity/

Hope this gives you a fair idea on how to implement your solution.

Thanks

profile pictureAWS
Rama
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions