All Projects → ph1ps → MNIST-CoreML

ph1ps / MNIST-CoreML

Licence: MIT license
Predict handwritten digits with CoreML

Programming Languages

python
139335 projects - #7 most used programming language
swift
15916 projects

Projects that are alternatives of or similar to MNIST-CoreML

CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model
This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several di…
Stars: ✭ 16 (-74.6%)
Mutual labels:  coreml, coreml-framework, coreml-models
Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+8141.27%)
Mutual labels:  coreml, coreml-framework, coreml-models
mlmodelzoo
Build your iOS 11+ apps with the ready-to-use Core ML models below
Stars: ✭ 17 (-73.02%)
Mutual labels:  coreml, coreml-models
SentimentVisionDemo
🌅 iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (-46.03%)
Mutual labels:  coreml, coreml-models
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (-76.19%)
Mutual labels:  coreml, coreml-framework
List-CoreML-Models
A Big Awesome List CoreML Models.
Stars: ✭ 120 (+90.48%)
Mutual labels:  coreml, coreml-models
Mnist draw
This is a sample project demonstrating the use of Keras (Tensorflow) for the training of a MNIST model for handwriting recognition using CoreML on iOS 11 for inference.
Stars: ✭ 139 (+120.63%)
Mutual labels:  mnist, coreml
CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
Stars: ✭ 38 (-39.68%)
Mutual labels:  coreml, coreml-framework
Hand-Digits-Recognition
Recognize your own handwritten digits with Tensorflow, embedded in a PyQT5 GUI. The Neural Network was trained on MNIST.
Stars: ✭ 11 (-82.54%)
Mutual labels:  mnist, mnist-dataset
SimpleInceptionV3-ObjC
A simple image classification test using Core ML and Inception V3 model in Objective-C
Stars: ✭ 22 (-65.08%)
Mutual labels:  coreml, coreml-framework
digitrecognition ios
Deep Learning with Tensorflow/Keras: Digit recognition based on mnist-dataset and convolutional neural-network on iOS with CoreML
Stars: ✭ 23 (-63.49%)
Mutual labels:  mnist, coreml
MNIST
Handwritten digit recognizer using a feed-forward neural network and the MNIST dataset of 70,000 human-labeled handwritten digits.
Stars: ✭ 28 (-55.56%)
Mutual labels:  mnist, mnist-dataset
Ios Coreml Mnist
Real-time Number Recognition using Apple's CoreML 2.0 and MNIST -
Stars: ✭ 74 (+17.46%)
Mutual labels:  mnist, coreml
Tensorflow Mnist Gan Dcgan
Tensorflow implementation of Generative Adversarial Networks (GAN) and Deep Convolutional Generative Adversarial Netwokrs for MNIST dataset.
Stars: ✭ 163 (+158.73%)
Mutual labels:  mnist
Pratik Derin Ogrenme Uygulamalari
Çeşitli kütüphaneler kullanılarak Türkçe kod açıklamalarıyla TEMEL SEVİYEDE pratik derin öğrenme uygulamaları.
Stars: ✭ 200 (+217.46%)
Mutual labels:  mnist
Pytorch Distributed Example
Stars: ✭ 157 (+149.21%)
Mutual labels:  mnist
Tensorflow Infogan
🎎 InfoGAN: Interpretable Representation Learning
Stars: ✭ 149 (+136.51%)
Mutual labels:  mnist
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+260.32%)
Mutual labels:  mnist
Lingvo
Lingvo
Stars: ✭ 2,361 (+3647.62%)
Mutual labels:  mnist
Tensorflow Mnist Cvae
Tensorflow implementation of conditional variational auto-encoder for MNIST
Stars: ✭ 139 (+120.63%)
Mutual labels:  mnist

MNIST for CoreML (CNN)

Description

This is the MNIST dataset implemented in Apple's new framework CoreML. The MNIST dataset can predict handwritten (drawn) digits from an image and outputs a prediction from 0-9. The model was built with Keras 1.2.2.

To test this model you can open the MNISTPrediction.xcodeproj and run it on your device (iOS 11 and Xcode 9 is required). To test further images just add them to the project and replace my testing with yours.

An example of a handdrawn digit would look like this: Digit 4

Be aware that your images have to have a black background and white line color!

Furthermore your images resolution has to be 28x28px. If yours is bigger just use my UIImage rescaling extension I wrote. The line width has to be thick enough to be recognized as a digit.

Information about the model

This CNN model achieves up to 99.5% of accuracy and the structure is as follows:

CNN Model

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].