To recognize gender given a face using Deep Neural Networks and pretrained weights
Following is the process to run the source code:
#To simply run the network measure on the saved data
python Test_Flask.py
- if the weights are not detected run python GenderDetection.py
- Link to download the dataset: https://www.kaggle.com/cashutosh/gender-classification-dataset
- Set the paths in GenderDetection.py for the train and validation and test directory so that you can train the model on your own