Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 503 Bytes

watch-mnist

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.

Alt text Alt text

Note that most of the code is based on various examples around the web. Most notably: https://github.com/happywatch/Draw

https://github.com/r4ghu/iOS-CoreML-MNIST