I got tired of solving Sudoku manually, so I built a small project that solves it automatically.
It takes an image of a Sudoku grid, detects the cells, recognises the digits using a TensorFlow CNN, and then solves the puzzle using a backtracking algorithm.
Built with Python, OpenCV and TensorFlow while exploring computer vision and machine learning.

