/GenderClassifier

Classification of gender of a person on the basis of person's height,their width and shoe size.

Primary LanguagePython

GenderClassifier

Classification of gender of a person on the basis of person's height,their width and shoe size.

##Overview

This is the code for the gender classification. The code uses the scikit-learn machine learning library to train a decision tree on a small dataset of body metrics (height, width, and shoe size) labeled male or female. Then we can predict the gender of someone given a novel set of body metrics.

##Dependencies

Scikit-learn (http://scikit-learn.org/stable/install.html) numpy (pip install numpy) scipy (pip install scipy) Install missing dependencies using pip

##Usage

Once you have your dependencies installed via pip, run the script in terminal via

python GenderDetector.py