Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 956 Bytes

README.md

File metadata and controls

42 lines (37 loc) · 956 Bytes

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.