Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 555 Bytes

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