Image based sudoku solver
To get solutions for your sudoku you need a photo of any sudoku and Python with installed Numpy and opencv.
File model.py
is used to get digit classifier for solving sudoku, mnist.model
serves model weights.
To get solution run
python sudoku.py -i INPUT_IMAGE_PATH -o OUTPUT_IMAGE_PATH
Find examples in /images
: