MNIST for Apple Watch
A small Apple Watch app in which the user can draw numbers 0-9 and detect them using a small neural network trained on the MNIST dataset. The app utilizes Apple's Core ML library and is tested on WatchOS 4.0 Beta 4.
Note that most of the code is based on various examples around the web. Most notably: https://github.com/happywatch/Draw