Skip to content

Example app using CoreVision and CoreML to recognize hand written digits in a live view

Notifications You must be signed in to change notification settings

litso/LiveDigitOCR

Repository files navigation

Recognizing Hand Written Digits in Live Capture

Adaptation of Apple's Breakfast Finder app that recognizes handwritten digits during live capture.

Works best if the digit is on a rectangle such as a Post-It note. 50% of the time it works 100% of the time.

Overview

Recognizes rectangles through a VNDetectRectanglesRequest then feeds that to a VNCoreMLRequest using classifier trained on MNIST data by Apple. Classification of the digit as well as confidence is shown on screen.

Screencap of the app reconizing the number 5

About

Example app using CoreVision and CoreML to recognize hand written digits in a live view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages