Skip to content

A Sudoku solver written in Python. It takes an image of the puzzle, from a newspaper, parses it using computer vision techniques, and prints a solution.

Notifications You must be signed in to change notification settings

ChrisBQu/CV_OCR_Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can either install the dependencies globally, or create a virtual environment. But in either case, you will need:

pip install opencv-python pip install easyocr

There may be a depdenecy conflict. If so, this can be solved:

pip uninstall opencv-python-headless pip uninstall opencv-python pip install opencv-python

Run with:

python main.py

About

A Sudoku solver written in Python. It takes an image of the puzzle, from a newspaper, parses it using computer vision techniques, and prints a solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages