Skip to content

ozgurshn/BanknoteClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Banknote classifier iOS app created with Resnet and CoreML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages