Like many others, you also must have played the sudoku game at some point in your life. It comes with a newspaper like The Times of India, The Hindu, etc., or at the back of our notebook. Everyone knows how to solve the game, but we have to scratch our heads for hours to get to the correct answer. Weprediction model will learn how to build a python script to take a sudoku image and display the solved image.
- You can use this for two ways.
Static Solving | Realtime Solving |
git clone https://github.com/parnabghosh1004/sudoku-solver.git
- Python - 3.8.6
- PIL - ( pip install pillow )
python -m pip --version
- Tensorflow Keras
pip install tensorflow
- Numpy
pip install numpy
- Opencv
pip install opencv-python
- Matplotlib
pip install matplotlib
python sudoku_main.py
- select input file
- open WebCam
Input | Output |
If you want to contribute check the CONTRIBUTING.md For better understanding of project you can refer