Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 646 Bytes

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.