This will check the gender of a particular person by their image
Here is the step that one must follow to run this program properly:-
- Install all the Necessary modules
pip3 install tensorflow
pip3 install keras
pip3 install pandas
- download all this complete folder:-
This Folder Consists of all the necessary files related to this program
1. Dataset of men and women used to train this program
2. Logs which you can use to compare the on Tensorboard
tensorboard --logdir logs
3. Saved checkpoints of all the models: "saved_model"
- Upload all the Folders on Google Drive (if You want to run the program on google colab)
- Mount your Google Drive with Google Colab before using it
- Run the section of importing all the necessary modules
- Now there is no need to create model once again just run the last two Sections:-