rohanailoni / sudoku-solver-opencv

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 88.1%Language:Jupyter Notebook 11.9%