Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.33 KB

FourEyes

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

INSTALLATION

FourEyes is a python file. Before running FourEyes, you will additionally need to install:

  • OpenCV
  • PIL
  • NumPy

MAC

How to install OpenCV

How to install PIL:

  1. open terminal

  2. type “sudo easy_install pip”

  3. type “sudo pip install pil”

How to install NumPy:

  1. install MacPorts

  2. open terminal

  3. type “sudo port install py27-numpy”

WINDOWS

How to install OpenCV

How to install PIL

How to install NumPy