An open API service indexing awesome lists of open source software.

https://github.com/tuomasr/apple-watch-mnist

MNIST for Apple Watch
https://github.com/tuomasr/apple-watch-mnist

apple-watch classification deep-learning mnist

Last synced: 3 months ago
JSON representation

MNIST for Apple Watch

Awesome Lists containing this project

README

          

# 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](start.png?raw=true "Start")
![Alt text](example.png?raw=true "Success")

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