Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 297 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 297 Bytes

Sudoku

Sudoku.ipynb - Shows how it works.

sudoku.py - Class with implementation of those all wierd things that enable solving sudoku from images.

preview.py - Real time solving sudoku on Raspberry Pi Camera.

model.py - Predicts digits from images.

mnist.ipynb - Shows how model was created.