Tian Wang commited on
Commit
c7090b1
·
1 Parent(s): 8a34385

Update README with example image and usage instructions

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +19 -2
  3. example-detection.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -10,6 +10,23 @@ pinned: false
10
 
11
  # Set Solver
12
 
13
- Vision-based solver for the [Set card game](https://www.setgame.com/).
14
 
15
- Point your camera at Set cards Get all valid Sets highlighted in real time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  # Set Solver
12
 
13
+ Real-time vision-based solver for the [Set card game](https://www.setgame.com/).
14
 
15
+ Point your phone camera at Set cards and get all valid Sets highlighted instantly.
16
+
17
+ ![Example detection](./example-detection.png)
18
+
19
+ ## How to Use
20
+
21
+ 1. Open this Space on your phone or desktop browser
22
+ 2. Grant camera access (rear camera preferred)
23
+ 3. Press **Start** to begin scanning
24
+ 4. The solver announces "Set!" and highlights found Sets
25
+ 5. Use the arrows to cycle through multiple Sets
26
+ 6. Press **Restart** to scan again
27
+
28
+ ## Under the Hood
29
+
30
+ - **YOLOv11n** detector (99.5% mAP50) locates cards on the board
31
+ - **MobileNetV3** classifier (100% accuracy) reads each card's 4 attributes (shape, color, number, fill)
32
+ - Combinatorial solver finds all valid Sets in the detected cards
example-detection.png ADDED

Git LFS Details

  • SHA256: c6bd78d069daceb3c9d0990163d75bdd0942a08c841196aa3bf8cf605652cdcd
  • Pointer size: 132 Bytes
  • Size of remote file: 2.8 MB