dhairyap99/Sudoku-Solver
This program takes a picture of a sudoku puzzle as input and the output is a solved version of the same. Detection of digits - CNN Using keras Extraction of a 9*9 sudoku from the picture - using opencv Algorithm used - backtracking
Python