Spaces:
Sleeping
Sleeping
Tian Wang commited on
Commit ·
c7090b1
1
Parent(s): 8a34385
Update README with example image and usage instructions
Browse files- .gitattributes +1 -0
- README.md +19 -2
- 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 |
-
|
| 14 |
|
| 15 |
-
Point your camera at Set cards
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+

|
| 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
|