Skip to content

This repo contains the sudoku solver that has been written using OpenCV.

License

Notifications You must be signed in to change notification settings

Kandy44/SudokuSolver

Repository files navigation

Sudoku solver

This repo contains the code that takes an Image of sudoku puzzle, solves it and saves the original image with the unsolved puzzle replaced with the solved puzzle.

Requirements

  • Language
    • python3.8 or higher
  • Libraries
    • cv2
    • pytesseract
    • numpy

Example

This is the original sudoku image that has been captured from the pdf.

original sudoku puzzle image

This is the image that contains the unsolved sudoku image that has been cropped from original image.

cropped version of unsolved sudoku puzzle image

This is the

solved sudoku image. solved sudoku puzzle image

This image contains the unsolved puzzle replaced by solved one.

solved sudoku puzzle image in original image

About

This repo contains the sudoku solver that has been written using OpenCV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages