Skip to content

VegardSkui/SudokuSolver

Repository files navigation

Sudoku Solver

Screenshots

Setup

Build the OpenCV iOS framework bundle by running the script build_opencv_framework.sh in Vendor/OpenCV. Note that Git submodules must be retrieved first.

Digit Classification

Digits are classified using a CoreML model trained on the MNIST dataset. The model is provided by Apple under the MIT license and can be found here.