A soduko solver written in Python using OpenCV. It takes an image of a sudoku board and outputs the solved sudoku board.
The digit recogniser is trained using VGG and gave 99.88% accuracy in the training set and 99.53% accuracy in the test set. The MNIST dataset was used, which was downloaded from Kaggle.
1. Display the solved sodoku on the original image
$ python main.py