/fWHR_calculator

Facial Width Height Ratio (fWHR) calculator using Python

Primary LanguageJupyter NotebookMIT LicenseMIT

Facial width to height ratio (fWHR) calculator

Just want to calculate the fWHR? Check my web app: Calculate fWHR

This page contains the code to automatically calculate the fWHR using Python and the face_recognition package which is available here: https://github.com/ageitgey/face_recognition

For the source code and documentation for the functions see the FWHR_calculator notebook: FWHR Calculator

Requirements

  1. Python 3 (not tested on Python 2.7)
  2. The face_recognition package (as such, only for Linux and MacOS)

Thanks

  • All the heavy-lifting is done by the face_recognition package, make sure to check it out!
  • Also thanks to fhboswell for providing materials to deploy to AWS Beanstalk