Skip to content

Digit Recognizer iOS App using Apple's CoreML and Vision frameworks.

Notifications You must be signed in to change notification settings

akhilwaghmare/iOS-Digit-Recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Digit-Recognizer

iOS digit handwriting classifier. Leverages Apple CoreML and Vision frameworks introduced at WWDC17. Using the MNIST dataset, a Convolutional Neural Network was built and trained in Keras. Apple's CoreMLTools was used to convert to a CoreML Model to interface with the frameworks.

mnist.py contains the Keras model, including loading the dataset and training. coreMLConverter.py loads Keras model and converts into a .mlmodel file.

About

Digit Recognizer iOS App using Apple's CoreML and Vision frameworks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published