Skip to content

carolinehermans/15112-foureyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Calculates the most flattering style of glasses for you based on facial geometry, and virtually overlays them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages