πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘§ [New Plugin] AWS Rekognition - Faces Recognition

Hi Bubblers !

With this plugin, you can detect faces, along with their attributes and emotions, within a JPEG or PNG image file that is provided as input.

This plugin returns the 100 largest faces in the image. For each face detected, the operation returns face details. These details include a bounding box of the face, a confidence value (that the bounding box contains a face), and a fixed set of attributes such as facial landmarks (for example, coordinates of eye and mouth), presence of beard, sunglasses.

You can test out our AWS Rekognition - Faces Recognition Plugin with the live demo.

Enjoy !
Made with :black_heart: by wise:able
Discover our other Artificial Intelligence-based Plugins

8 Likes

how can I use the coordinates to put an object on top of the face? (icon, emoji etc. is it possible?

Thanks for your interest in our plugin @natserrano.

The coordinates provided from the plugin can be used to draw or position objects on image, however, it would require custom development. Please DM us directly for more info.