An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# SudokuSolver

#### Demo

![](demo.gif)

#### Train model

```bash
python mnist.py
```

#### Convert to pb

```bash
python cvt.py
```

#### Run
```bash
python main.py
```