Skip to content

This will check the gender of a particular person by their image

Notifications You must be signed in to change notification settings

TanmayKumar-EngStud/GenderClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenderClassification


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:-

Google Drive 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

run this


- Now there is no need to create model once again just run the last two Sections:-

now run both of these



About

This will check the gender of a particular person by their image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published