Would I date you?
I open-sourced my physical preferences. Upload a photo and a small AI trained on my own choices says yes or no.
thinking…
Run it on your own computer
Download the model and run it yourself. Your photo never leaves your machine.
Download head.jsonIt's 768 numbers on top of a public image model (SigLIP). The file explains how to use it: hand it to your favourite AI assistant and ask it to run it on your photo.
This is a thought experiment.
- It's not built to be accurate. It matches my real choices about 3 times in 4, and it sometimes says yes to things that aren't people. A toaster might get lucky.
- It's one person's taste. It says nothing about anyone's worth.
- No photos are saved. Each photo is checked once in memory, then discarded. Nothing is stored on the server.
- 18+ only. Please upload photos of yourself.
How it works
An image model (SigLIP) turns your photo into 768 numbers. A small classifier trained on my own yes/no choices turns those into a score. 50% or more is a yes.
It's a snapshot of one person's past choices, blind spots included.