Skip to content

Program to read the sudoku from image and then prepare the solved puzzle

Notifications You must be signed in to change notification settings

sb565/ProjectSudoku

Repository files navigation

ProjectSudoku

Program to read the sudoku from image and then prepare the solved puzzle. 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.

Requirements

Python3 Libraries

opencv

operator

numpy

pytesseract

Other Dependencies

tesseract-ocr engine

Screenshots

HomeScreen Screenshot

OCR Screenshot

Results Screenshot

About

Program to read the sudoku from image and then prepare the solved puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published