About Golden Face Ratio
A privacy-first facial proportion analysis tool built on peer-reviewed research and open-source computer vision technology.
Transparency note: This tool is for educational and entertainment purposes. It measures geometric proportions — not beauty, attractiveness, or self-worth. No facial analysis tool can or should define how you see yourself. If you're curious about the math, we're here for that. If you're looking for validation, please know that no percentage can capture what makes a face yours.

Hi, I'm Imran Khan
I'm a computer science researcher specializing in computer vision and facial landmark analysis. I've spent the past two years studying how convolutional neural networks detect and interpret facial geometry — and more importantly, what those measurements actually mean (and don't mean) in the real world.
Why I Built This Tool
The idea started when I watched a teenager get upset over a 61% score from one of those face analysis apps. She treated it like a grade. It wasn't — it was a geometric measurement with zero context. But the app didn't explain that. Most of them don't.
I wanted to build something different. A tool that runs entirely in your browser, explains what each measurement actually means, and doesn't store a single pixel of your data. Most existing tools were either locked behind paywalls, required server-side photo uploads, or gave vague results without showing the underlying math.
Golden Face Ratio is my attempt to bridge that gap — accurate computer vision technology paired with honest, plain-language explanations. The measurements are real. The context matters more.
Scientific References
The measurements in this tool are grounded in published research spanning geometry, computer vision, and perception science. These are the key papers and historical works that inform our methodology.
The Elements
Euclid · c. 300 BC
"Foundational geometric principles of the golden ratio (Extreme and Mean Ratio)."
View sourceDe Divina Proportione
Luca Pacioli (Illustrated by Leonardo da Vinci) · 1509
"Exploration of mathematical proportions in art and the human body."
View sourceReal-time Facial Surface Geometry from Monocular Video on Mobile GPUs
Kartynnik, Y., Ablavatski, A., Grishchenko, I., & Grundmann, M. · 2019
"The research paper behind Google's MediaPipe Face Mesh — the 468-landmark detection model this tool is built on."
View sourceNew 'Golden' Ratios for Facial Beauty
Pallett, P. M., Link, S., & Lee, K. · 2010
"Peer-reviewed study establishing updated golden ratios for perceived facial attractiveness through controlled experiments."
View sourceHistory and Current Concepts in the Analysis of Facial Attractiveness
Bashour, M. · 2006
"Comprehensive review of facial proportion analysis from ancient Greece to modern clinical applications."
View sourceComputation of a Face Attractiveness Index Based on Neoclassical Canons, Symmetry, and Golden Ratios
Schmid, K., Marx, D., & Samal, A. · 2008
"Computational methodology for measuring facial attractiveness using proportional analysis — one of the key papers informing our measurement approach."
View sourceHow It Works: The Tech Stack
The site is built with Next.js for server-rendered pages and SEO. The facial analysis engine uses Google's MediaPipe Face Mesh — the same 468-landmark detection model used in published academic research on facial geometry (see Kartynnik et al., 2019). All processing happens client-side via WebAssembly and WebGL, so your photos never leave your device.
When you upload a photo, the AI identifies 468 landmark points, calculates pixel distances between key feature pairs, and compares the resulting ratios to φ = 1.618. You get five individual proportion measurements and an overall harmony score — all in under five seconds. The methodology is explained in detail in the calculator guide.
Research Methodology
The five facial proportions we measure are drawn from peer-reviewed studies on facial attractiveness and proportional analysis. Key references include:
- Pallett, Link & Lee (2010) — established updated "golden" ratios for facial beauty through controlled perception experiments (Vision Research, 50(2))
- Bashour (2006) — comprehensive review of facial attractiveness analysis methods in clinical settings (Plastic and Reconstructive Surgery, 118(3))
- Schmid, Marx & Samal (2008) — computational approaches to measuring facial attractiveness indices (Pattern Recognition, 41(3))
My Research Focus
- Facial Landmark Detection and Geometric Analysis
- Privacy-Preserving AI (Client-Side Processing via WebAssembly)
- Algorithmic Bias in Beauty Standard Modeling
- Cross-Cultural Variation in Perceived Facial Harmony
- Accessible Computer Vision Tools for Non-Technical Users
Get in Touch
Questions about the methodology, feature suggestions, or collaboration inquiries — I'd love to hear from you.
webunveilers@gmail.com
Try the Tool
Curious how your facial proportions compare to the golden ratio? The analyzer takes about 30 seconds and runs entirely in your browser.