Overview
A two-player online Guess Who where the decks are built from your own photos. Upload family pictures at the Evidence Lab (/builder), faces are found automatically (OpenCV YuNet, CPU-only — no GPU anywhere), you name the ones you want, and the deck shows up in the lobby. When the faces are people you actually know, the questions get to go well beyond “does it wear glasses.”
How It Works
A FastAPI server (run.bat sets up the Python environment on first run and serves on port 8123); create a room, share the code or invite link, and play. The look is the “Case File” detective theme from a Claude Design handoff — corkboard suspect boards, manila dossiers, rubber-stamp buttons — with typewriter fonts vendored locally so it stays fully offline, and no-cache static serving so copy and style tweaks land on the next page load with no build step. Play same-Wi-Fi, over the internet via Tailscale funnel or ngrok, or always-on from a small VPS.
Current Status
Playable two-player, with automatic face detection and the photo-to-deck builder working end to end.