Skip to content

Netherwulf/python-gender-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-gender-recognition

Gender recognition based on face image done with TensorFlow

  • Command for creating a new model:

python gender_recognition_neural_net.py --dataset <dataset_directory_path> --model <path_to_model_hdf5_file>

  • Command for testing prediction of a trained model:

python test_network.py --model <path_to_model_hdf5_file> --test-images <path_to_directory_with_test_images>

About

Gender recognition based on face image done with TensorFlow and Keras. Dataset: https://data.vision.ee.ethz.ch/cvl/rrothe/imdb-wiki/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages