hollance
Inception-CoreML
Swift

Running Inception-v3 on Core ML

Last updated Nov 6, 2024
98
Stars
27
Forks
3
Issues
0
Stars/day
Attention Score
26
Language breakdown
Swift 100.0%
โ–ธ Files click to expand
README

Inception with CoreML

This is the Inception-v3 neural network running on the shiny new CoreML framework. It uses Inceptionv3.mlmodel from Apple's developer website.

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.

To use this app, open Inception.xcodeproj in Xcode 9 and run it on a device with iOS 11.

Screenshot

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

ยฉ 2026 GitRepoTrend ยท hollance/Inception-CoreML ยท Updated daily from GitHub