DEV Community

Bradley Harper
Bradley Harper

Posted on

Why I built an AI face rater that runs fully in your browser

Why I built an AI face rater that runs fully in your browser

A few weeks ago I got curious: can a face analysis model run entirely in the browser? No server, no upload, no API key. Just drop in a photo and the model does everything locally.

That question turned into FaceGrade — an on-device AI face rating tool.

What it does

  • Scores facial symmetry and proportions
  • Runs 100% client-side (WebGPU / WASM)
  • Nothing leaves your machine
  • Free, no signup

Why on-device matters

Most AI face tools send your photo to a remote server. With on-device inference, the privacy story is honest: the image never leaves the tab. It also means no server costs, so the tool can stay free.

Try it: https://aifacerater.online

Top comments (0)