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.