https://github.com/zyayoung/sudokusolver
Solve sudoku in the real world through your camera
https://github.com/zyayoung/sudokusolver
Last synced: 3 months ago
JSON representation
Solve sudoku in the real world through your camera
- Host: GitHub
- URL: https://github.com/zyayoung/sudokusolver
- Owner: zyayoung
- License: mit
- Created: 2019-11-19T17:18:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T17:22:14.000Z (over 5 years ago)
- Last Synced: 2025-01-21T18:15:22.556Z (5 months ago)
- Language: Python
- Homepage:
- Size: 1.57 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SudokuSolver
#### Demo

#### Train model
```bash
python mnist.py
```#### Convert to pb
```bash
python cvt.py
```#### Run
```bash
python main.py
```