Skip to content

Swift-AI/NeuralNet-Handwriting-iOS

Repository files navigation

Handwriting Example - NeuralNet

A handwriting recognition example for iOS using NeuralNet.

Note: this application is part of the Swift AI project. Full details about the library can be found in the main repo.

preview

About

This simple iOS app demonstrates real-world usage of NeuralNet. The app comes packaged with a pre-trained neural network that was trained using NeuralNet-MNIST.

The MNIST dataset was used for this example.

Installation

Just clone or download this repository and run the app! All dependencies are included.

Usage

Sketch a digit from 0 to 9 on the canvas. The neural network will attempt to classify the image.

The neural network's input will be displayed in the bottom left: this is a scaled-down 28x28px version of your drawing. The network's output will be displayed in the bottom right, along with the prediction's confidence.

Releases

No releases published

Packages

No packages published

Languages