Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 397 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 397 Bytes

Gender_Classification

  • It is an End to End Data Science project using Support Vector Machine classifier Machine Learning model.
  • This API which classifies the Gender as Male or Female.
  • It uses a SVM classifer for classifying the Gender as Male or Female based on Height and weight of the people.
  • My model has an accuracy of 92% .
  • It is a Flask application deployed on Heroku platform