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
- Python 3 (not tested on Python 2.7)
- The
face_recognition
package (as such, only for Linux and MacOS)
- 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