Skip to content

This is a project to solve SUDOKU using Computer Vision in python. Digit recognition model is trained on MNIST with accuracy>95%. Learned Machine Learning and Computer vision and implemented the concepts in this project.

Notifications You must be signed in to change notification settings

jinicode/Sudoku_Solver_OpenCV

Repository files navigation

SudokuSolver

SUDOKU SOLVER USING COMPUTER VISION

This is application to solve sudoku from image. Using Computer Vision. fullsolver.py contains all the code in single file. For modular code see sudoku_solver_main.py

Quick Start

pip install opencv
python fullsolver.py -i="./images_test/image9.jpg" || python sudoku_solver_main.py -i="./images_test/image9.jpg"
-i='/path/to/image'

App Info

About

This is a project to solve SUDOKU using Computer Vision in python. Digit recognition model is trained on MNIST with accuracy>95%. Learned Machine Learning and Computer vision and implemented the concepts in this project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages