Kayes Fahim
Kayes Fahim

Reputation: 11

Is it possible to detect gender using firebase ML kit

Is it possible to detect gender using firebase ML kit , if possible give me some some suggestion and resources

Upvotes: 1

Views: 912

Answers (1)

Frank van Puffelen
Frank van Puffelen

Reputation: 598901

Google ML Kit (it was recently separated from Firebase) does not have an ML model that classifies pictures according to the gender of subject(s) in that picture. If you want something like that, you'll have to train your own ML model.

Personal note: I expect that any such model will be highly unreliable or subject to biases in the data used to train it.

Upvotes: 4

Related Questions