orz
King of the Andals, the Rhoynar, and the First Men
- Joined
- Jan 17, 2026
- Posts
- 825
- Reputation
- 1,265
i made a web app called "orz's facial proportion analysis" that analyzes your face from a webcam or an uploaded/pasted image. it uses google mediapipe face mesh directly in your browser to grab 3d facial landmarks and then computes all the important geometric looksmaxxing metrics in pixel space.
link:
https://orzmax.github.io/
how to use it:
open the link and select either the frontal or side profile toggle depending on the pic you are analyzing. frontal and side each have their own separate capture state.
input your face. you can either upload a picture, paste one directly with ctrl+v, or use your live webcam. if you use the camera, it features a motion-stabilized auto-capture that snaps the photo as soon as you hold still.
hover over a specific metric card in the dashboard to see it on the image. a canvas overlay will automatically draw the landmark segments and dots on your face so you can see exactly how everything was measured.
privacy and open source (no pics saved):
i know people are paranoid about posting their face, so i made sure absolutely none of your pictures are saved. there is zero server-side processing; the entire thing runs locally on your browser using vanilla html/css/js and webassembly. it is completely open source on github. if you don't believe me, you can get people like @Jason Voorhees to look over the code, or you can literally paste the source code into chatgpt yourself and ask it. it will confirm that nothing is saved or sent anywhere.
example:
link:
https://orzmax.github.io/
how to use it:
open the link and select either the frontal or side profile toggle depending on the pic you are analyzing. frontal and side each have their own separate capture state.
input your face. you can either upload a picture, paste one directly with ctrl+v, or use your live webcam. if you use the camera, it features a motion-stabilized auto-capture that snaps the photo as soon as you hold still.
hover over a specific metric card in the dashboard to see it on the image. a canvas overlay will automatically draw the landmark segments and dots on your face so you can see exactly how everything was measured.
privacy and open source (no pics saved):
i know people are paranoid about posting their face, so i made sure absolutely none of your pictures are saved. there is zero server-side processing; the entire thing runs locally on your browser using vanilla html/css/js and webassembly. it is completely open source on github. if you don't believe me, you can get people like @Jason Voorhees to look over the code, or you can literally paste the source code into chatgpt yourself and ask it. it will confirm that nothing is saved or sent anywhere.
example:
Last edited: