Skip to content

lumino33/sudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧩 Sudoku Solver

A simple tool to solve Sudoku puzzles from images (e.g. downloaded from sudoku.com) using OCR and computer vision.


📸 Step 1: Download Image

  • Visit sudoku.com.
  • Download or screenshot a Sudoku puzzle.
  • Save the image to the images/ folder.

⚙️ Step 2: Run the Solver

  1. Open the sudokuSolver.ipynb notebook.
  2. Change the variable image_path to the name/path of your image in the images/ folder.
  3. Run all cells to see the solved Sudoku.

📝 Notes

  • The OCR model used is EasyOCR.

  • Accuracy may vary. To experiment with different settings or models, locate this line in the notebook:

    reader = easyocr.Reader(['en'], gpu=False)

About

To solve classical sudoku puzzles in sudoku.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published