Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.03 KB

README.markdown

File metadata and controls

16 lines (8 loc) · 1.03 KB

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