How to Analysis images using Elasticsearch

Hi,

How to compare the images and analyze the images using the Elasticsearch and Kibana?
Eg. Employee's security login using the face recognition, We stored already some employee's images in the database, so, Now the live face images need to compare with the database. Then, we need to analysis the images.

You'd need to create a hash representation of the image and then store that in Elasticsearch for the comparison. There's no native support for binary images in Elasticsearch.

Indeed. There have been some plugins built by the community in the past, like:

They are not actively maintained anymore.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.