DEV Community

Bradley Harper
Bradley Harper

Posted on

How I Built a Free AI Face Rating Tool That Runs Entirely in Your Browser

Why I Built FaceGrade

I wanted a quick, privacy-first way to score facial attractiveness without uploading my photos to a server. Most AI face-rating tools send your selfie to a cloud API.

So I built FaceGrade - a free AI tool that runs entirely in your browser.

What It Does

  • Upload one photo and get a 1-10 attractiveness score
  • Detailed facial proportion metrics: symmetry, golden ratio, jawline
  • No sign-up, no account, no email
  • 100% client-side - your photo never leaves your device

How It Works

The model runs locally using TensorFlow.js and WebGL. Your photo is processed on your device and never sent to any server.

Try It

FaceGrade - Free AI Face Rater

It is completely free. No signup required.

Top comments (0)