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.

Velocity · 7d
+0.4
★ / day
Trend
→steady
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.