SudokuAi is an AI-powered application that scans and analyzes Sudoku puzzles from images, detects errors, and provides accurate solutions. Build this application from the scratch using HTML, CSS, JS, Python, Tensorflow (train model), OpenCV, Numpy, Matplotlib.
No reviews yetBe the first to leave a review for SudokuAI ā Intelligent Sudoku Solver
Maker
š
SudokuAI is an AI-powered application that scans and solves Sudoku puzzles from real-world images. The application performs the following key tasks:
⢠Image Processing: Uses OpenCV to detect and extract the Sudoku cell from a photo.
⢠Digit Recognition: Employs a trained deep learning model (21,000+ dataset) to recognize printed digits.
⢠Error Detection & Correction: Checks for invalid or conflicting entries before solving.
⢠Solving Algorithm: Implements a backtracking-based Sudoku solver to compute the correct solution.
⢠Web Interface: Developed using Flask for an intuitive and user-friendly experience.