AWS Rekognition Face Management Plugin
This plugin provides advanced face recognition and management capabilities using AWS Rekognition. It allows you to index faces, search for similar faces, manage biometric users, and administer AWS Rekognition collections.
🔹 Key Features:
✔️ Create & Manage Collections – Create, list, and delete face collections.
✔️ Index Faces – Add faces to a collection for future recognition.
✔️ Search Faces & Users – Find similar faces or biometric users based on images.
✔️ Associate & Disassociate Faces – Manage face associations with users.
🚀 Ideal for security applications, biometric authentication, and facial database management.
Plugin Actions
Create Collection - AWS creates an empty collection where faces can be added and managed. After creation, the collection can be used for indexing, searching, and deleting faces.
Create User - is an action in AWS Rekognition that allows the creation of a biometric user within a facial recognition collection. This user can have associated faces, enabling face-based identification and authentication.
List Users - an AWS Rekognition action that retrieves a list of all users in a specified collection. This allows developers to manage and review the users enrolled in facial recognition authentication systems.
List Faces - an AWS Rekognition action that retrieves a list of all indexed faces in a specified collection. It allows developers to manage and review the stored facial data for recognition and authentication purposes.
Index Faces - an AWS Rekognition action that detects and stores faces from an image in a specified collection. Each indexed face is assigned a unique
FaceId
, which can later be used for face search, recognition, and authentication.
Index Faces for Image List - an AWS Rekognition action that detects and stores faces from List of images in a specified collection. Each indexed face is assigned a unique
FaceId
, which can later be used for face search, recognition, and authentication.Describe Collection - is an AWS Rekognition action that retrieves metadata about a specified collection. This includes details such as the number of indexed faces, the Amazon Resource Name (ARN) of the collection, and the date it was created.
Associate Faces - AWS Rekognition action that links one or more indexed faces to a specific user in a collection. This allows a user to be identified based on multiple face images.
Search Faces By Image - an AWS Rekognition action that searches for matching faces in a specified collection by comparing an input image against previously indexed faces. It returns a list of Face IDs that match the face in the input image, along with similarity scores.
Disassociate Face - an AWS Rekognition action that removes the association between a face and a user in a collection. The face remains indexed in the collection, but it will no longer be linked to that specific user.
Delete Collection - an AWS Rekognition action that permanently deletes a specified face collection along with all indexed faces within it. Once deleted, the collection and its data cannot be recovered.
Delete User - an AWS Rekognition action that permanently removes a user from a collection. This action does not delete the faces associated with the user—only the user entry itself. Any faces previously associated with the user remain indexed in the collection.
Delete Faces - an AWS Rekognition action that removes specific faces from a collection. This action permanently deletes the selected faces, making them unavailable for future searches or authentication within that collection.