Answer the question
In order to leave comments, you need to log in
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
Any convolutional network. Or take a ready-made apish like https://algorithmia.com/algorithms/deeplearning/Ge...
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 questionAsk a Question
731 491 924 answers to any question