# NeuralNet-Handwriting-iOS **Repository Path**: ArtfulCoder/NeuralNet-Handwriting-iOS ## Basic Information - **Project Name**: NeuralNet-Handwriting-iOS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-26 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Handwriting Example - NeuralNet A handwriting recognition example for iOS using [NeuralNet](https://github.com/Swift-AI/NeuralNet). Note: this application is part of the Swift AI project. Full details about the library can be found in the [main repo](https://github.com/Swift-AI/Swift-AI). ![preview](https://github.com/Swift-AI/NeuralNet-Handwriting-iOS/blob/master/preview.gif) ## About This simple iOS app demonstrates real-world usage of [NeuralNet](https://github.com/Swift-AI/NeuralNet). The app comes packaged with a pre-trained neural network that was trained using [NeuralNet-MNIST](https://github.com/Swift-AI/NeuralNet-MNIST). The [MNIST](http://yann.lecun.com/exdb/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.