Skip to content

A simple image to sudoku solver which use standard Image processing Technique to Quote the numbers in the each Individual cell

Notifications You must be signed in to change notification settings

rohanailoni/sudoku-solver-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

sudoku-solver-opencv

A simple image to sudoku solver which use standard Image processing Technique to Quote the numbers in the each Individual cell

windows installation

first clone the project

git clone https://github.com/rohanailoni/sudoku-solver-opencv.git

change the folder in terminal to

cd sudoku-solver-opencv/PycharmProjects/IMPProject/

Installing virtualenv to global python

pip install virtualenv

creating virtual env

virtualenv venv

activating virtualenv

venv\Scripts\activate

installing the requirment

pip install -r req.txt

it takes time as tensorflow is a huge file

run

python main.py

or

python3 main.py

For more detailed information on how to install and the results check PDF in the above page.click here.

About

A simple image to sudoku solver which use standard Image processing Technique to Quote the numbers in the each Individual cell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published