Skip to content

[Feature Request] Gender Identification Support #81

@ayodkay

Description

@ayodkay

Hi 👋 Thanks for the great work on react-native-ml-kit.

I’d like to request gender identification support as part of the face detection or ML APIs. This would be useful for analytics, personalization, and accessibility features.

Proposed API:

faces[0].gender; // 'male' | 'female' | 'unknown'
faces[0].genderConfidence; // number (0–1)

Optional flag:

FaceDetector.detect(imageUri, { enableGender: true });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions