BanknoteClassifier icon indicating copy to clipboard operation
BanknoteClassifier copied to clipboard

Banknote classifier iOS app created with Resnet and CoreML

Resnet50 with CoreML

Yapay Zeka Destekli Görüntü Tanıyan iOS Uygulama Nasıl Geliştirilir?

How to fine-tune ResNet in Keras and use it in an iOS App via Core ML

This is the Resnet50 neural network running on the CoreML framework. It uses fine-tuned Resnet50 to recognize Turkish banknotes.

It runs from a live video feed and performs a prediction as often as it can manage. If your device becomes too hot, change the setUpCamera() method in ViewController.swift to do videoCapture.fps = 5.

Alt Text

NOTE: The reported "elapsed" time is how long it takes the Resnet50 neural net to process a single image. The FPS is the actual throughput achieved by the app.

Forked from https://github.com/hollance/Inception-CoreML