mnaren10 / Sudoku-Solver-AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku-Solver-AI

I made a real time Sudoku solver using the camera, it looks for the edges of the Sudoku in the frame, extracts it, solves it and overlays the solution on the puzzle itself. For the digit recognition, I used a CNN, trained using Keras with printed characters from the different ubuntu fonts. For the image processing part, I used OpenCV for the edge detection.

About


Languages

Language:Python 100.0%