This is the implementation of Object Recognition using Inception-v3 model on Apple's CoreML-2.0 Framework.
The app fetches frames from your camera at ~30 FPS and perform object recognition in almost real-time.
- Xcode 10.0 beta
- iOS 12
To use this app, open iOS-CoreML-Inceptionv3.xcodeproj in Xcode 10 and run it on a device with iOS 12. (Don't use simulator)
If you are interested in building this app from scratch, a step-by-step tutorial is available at - Link
These are the results of the app when tested on iPhone 7.
Sri Raghu Malireddi / @r4ghu