Skip to content

An application that solves sudoku puzzle image using python. Dancing Links(a.k.a. AlgorithmX) is used for solving the extracted sudoku puzzle

License

Notifications You must be signed in to change notification settings

sri28vignesh/Automated-Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Sudoku Solver

Application that solves sudoku puzzle image using python. Dancing Links(a.k.a. AlgorithmX) is used for solving the extracted sudoku puzzle.

<Live Site> Automated Sudoku Solver

How to run sudoku solver

  • Clone the project
  • Download required libraries using pip
  • Change the directory to Sudoku_Solver_app
  • Run app.py (python app.py)

Required Libraries

  • opencv-python==4.4.0.40
  • tensorflow==2.4.0
  • flask==1.1.2
  • numpy==1.19.4
  • matplotlib==3.3.3
  • scikit-image==0.18.1

Dataset

  • Mnist Digits Dataset
  • tensorflow/Sudoku_Numbers/

Images

User InterFace

img

Puzzle

img

Solution

img

Contributors

About

An application that solves sudoku puzzle image using python. Dancing Links(a.k.a. AlgorithmX) is used for solving the extracted sudoku puzzle

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages