Skip to content

parnabghosh1004/sudoku-solver

Repository files navigation

Sudoku Solver - #{Official}

About

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.

This Application

  • You can use this for two ways.
Static Solving Realtime Solving

Getting Started

Fork the Project

git clone https://github.com/parnabghosh1004/sudoku-solver.git

Install Dependencies

  • 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

Usage

Run

python sudoku_main.py

Now choose one of the option

  • select input file
  • open WebCam
Input Output

Contributing

If you want to contribute check the CONTRIBUTING.md For better understanding of project you can refer

Contacts

Mentors

References