FourEyes uses the facial geometry of users to help them choose the most flattering glasses. First, it uses the ratios between six key points on the user’s face to calculate the user’s primary face shape. Then, it uses that information to recommend a flattering glasses style. Next, FourEyes allows users to try on several frames in that style with face tracking. Finally, it presents the user with a gallery of commercially available frames in that style.
All calculations and recommendations are based on extensive research, sources included in sources.txt
FourEyes is a python file. Before running FourEyes, you will additionally need to install:
- OpenCV
- PIL
- NumPy
How to install PIL:
-
open terminal
-
type “sudo easy_install pip”
-
type “sudo pip install pil”
How to install NumPy:
-
open terminal
-
type “sudo port install py27-numpy”