I am working on a personal project: gender classification (male | female) in python. I'm beginner in this domain
I computed histograms for every image in training data. Now, to test if a test image is male or female is possible to make an average histogram for male | female and compare test histograms? Or I must compare all histograms with test histogram?
If there is possible to make an average. How should I do it? Also, is ok to use SVM for classification?
PS. I am looking for free faces databases.
Thanks