A browser-based face similarity analyzer.
Upload photos of three people (more photos → better accuracy):
- Two references - Define the endpoints of a similarity spectrum
- One subject - Gets positioned between the references based on similarity
The app detects faces and computes embeddings using face-api.js. Each person's embeddings are averaged, and cosine distances determine the subject's position on the spectrum. All processing runs client-side.
MIT