A
A
Anton2019-06-16 11:31:20
Python
Anton, 2019-06-16 11:31:20

How to determine the gender of a person from a photo of a face?

I am not familiar with Python at all, I have a rough idea that in this matter it is necessary to look towards machine learning libraries, so please tell me so that I can implement such an algorithm:
1. Thousands of photos with men are uploaded to the Mans folder.
2. Thousands of photos of faces with women are uploaded to the Womens folder.
3. When uploading a photo of any site, it determines whether it is a man or a woman.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
alfss, 2019-06-16
@alfss

https://github.com/MinhasKamal/GenderRecognizer

A
Arseny Kravchenko, 2019-06-16
@Arseny_Info

Any convolutional network. Or take a ready-made apish like https://algorithmia.com/algorithms/deeplearning/Ge...

Y
Yorik Callil, 2019-06-16
@ierikk

You can start with OpenCV, everything is quite simple there, in the end you will get exactly what you want.
I've done this myself, so I recommend it.
Here is an article, OpenCV Training Haar Cascade

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question