LowWeiLin / Sudoku

A visual sudoku solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

Visual sudoku solver

Extracts sudoku puzzle from an image and recognizes the digits. Solves the puzzle with backtracking/constraint algorithms.




Some examples of recognized/solved puzzles below. (recognized digits are in green, answers are in blue)

alt tag

alt tag

alt tag

OCR does not work as well on handwritten digits alt tag

About

A visual sudoku solver


Languages

Language:Python 100.0%