Summer 2020 Personal Project
Sudoku from an image and solve
Task: Using OpenCV and tensorflow I wanted to write a model which is able to read in a sudoku instance from an image and translate this so a machine can understand and then add a simple solver.
Libraries & Technologies used: Python, OpenCV, OpenCVJS, TensorFlow
If you would like to import an image of a sudoku,
please wait for opencv to load
1 | 3 | 9 | 7 | |||||
6 | 4 | |||||||
3 | 6 | 9 | ||||||
9 | 2 | |||||||
9 | 4 | 1 | ||||||
9 | 3 | 5 | 6 | |||||
3 | 1 | |||||||
5 | 1 |