neeru1207/AI_Sudoku
A GUI application that extracts Sudoku puzzles from photos and solves them using CNN or KNN digit classifiers with OpenCV image processing.

Not currently ranked — collecting fresh signals.
star history
This project builds a pipeline to photograph a Sudoku grid, pre-process the image using OpenCV techniques like Hough transforms and blob detection, recognize individual digits using either a CNN or KNN classifier, and then solve the puzzle. The GUI is built with tkinter and allows users to capture or load images of Sudoku boards for automated solving.
Frequently asked
- What is neeru1207/AI_Sudoku?
- A GUI application that extracts Sudoku puzzles from photos and solves them using CNN or KNN digit classifiers with OpenCV image processing.
- Is AI_Sudoku open source?
- Yes — neeru1207/AI_Sudoku is open source, released under the CC0-1.0 license.
- What language is AI_Sudoku written in?
- neeru1207/AI_Sudoku is primarily written in Python.
- How popular is AI_Sudoku?
- neeru1207/AI_Sudoku has 1k stars on GitHub.
- Where can I find AI_Sudoku?
- neeru1207/AI_Sudoku is on GitHub at https://github.com/neeru1207/AI_Sudoku.