Skip to content

This is a simple gender classifier which can be used to classify a person as male or female based on their height in cm, weight in kg and Shoe size in US chart.

License

Notifications You must be signed in to change notification settings

jramasani/Gender_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Gender_Classifier

This is a simple gender classifier using Scikit Learn with different submodules (tree, SVC, GaussianNB, GaussianProcessClassifier) This can also be used to identify which submodule has most accuracy.

The classifiers are trained on height, weight and shoe size. Other genders can be added and trained on the existing features or any other features can be added and trained.

Usage

  1. Clone the repo and install the dependencies.
  2. Enter the height in cms, weight in kg and US shoe size in the test variable.
  3. Run Classify.py

About

This is a simple gender classifier which can be used to classify a person as male or female based on their height in cm, weight in kg and Shoe size in US chart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages