Skip to content

A sudoku puzzle solver that works on images and live camera feed of puzzles.

Notifications You must be signed in to change notification settings

daksithj/vision-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vision-sudoku-solver

A Sudoku puzzle solver that reads the puzzle from images. It works with an image file (.png or .jpeg) or Web Cam feed. The solution will be printed on the input image/ live feed itself.

Run the main.py file to open up the graphical interface.

The grid_analyzing/vision_solver.py file contains the endpoints of the program (if the GUI is not going to be used).

Note: Make sure the input image is not too small in size.

The digit recognition is done through a neural network, and data set generation script and a training script is also included in this repository.

GUI_preview

About

A sudoku puzzle solver that works on images and live camera feed of puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages