Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 283 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 283 Bytes

SudokuSolver

This project is unfinished.

The purpose of this project is to use CV or ML algorithms to extract numbers from an image of a sudoku, then solving the sudoku using a depth-first bruteforce search. Optimally, the solved sudoku should be overlayed on the original image.