24 December, 2019
I was working on a Sudoku Solver project for the last few days and today it is almost completed and is now in working condition. This sudoku solver is unique in its own ways. It takes images of the unsolved sudoku grid on which we apply image processing to detect the grid and get each digit grid separately. Then these segmented digit images are resized to 28x28 and are recognised using the ocr. These recognised digits are used to solve the puzzle using backtracking, then the solution is presented.
This is the link to the project
Following are some screenshots of the project