Point your camera at a SET card game and instantly find every valid set on the board. Computer vision meets card games — no more arguing over missed sets.
Point your device's camera at a physical SET board. The AI model recognizes every card on the table in real time — no manual input needed.
Don't want to use the camera? Upload a photo of your game board instead. Same detection, same results — just from a saved image.
Once the cards are detected, every valid set is identified automatically. No more scanning the board card by card — the solver does it in milliseconds.
SET is one of those games where finding valid combinations gets exponentially harder as you stare at the board. Each card has four properties — color, shape, number, and shading — and a valid set requires each property to be either all the same or all different across three cards.
SET Solver uses a trained detection model to identify every card on the board from a camera feed or uploaded photo. It recognizes the four properties of each card, then runs through every possible three-card combination to find all valid sets.
It's built as a progressive web app, so you can install it on your phone and pull it out during game night. The detection model initializes in your browser — no server calls, no lag. Just point, detect, and settle the debate.
SET Solver is free and runs entirely in your browser. Grab a SET deck and give it a try.