You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complete Sudoku solver using RCNN, OpenCV, and Streamlit. Trained on 1M synthetic Sudoku images for robust digit detection, the system extracts grids, recognizes digits, and solves puzzles with a backtracking engine. Includes dataset generation, model training, preprocessing pipeline, and an interactive web app.