Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 570 Bytes

###Predicting Attractiveness using Computer Vision This is the companion code of my blog post.

alt tag

Feature Generation

The features computation part of the pipeline requires the location of facial landmars of the input images. These landmarks can be generated by the CLM-framework.

###Requirements

  1. Python 2.7
  2. Numpy
  3. scikit-learn

License: MIT