A Demo of how to integrate the use of CoreML & ArKit
In Demo when user click on any object in camera, CoreML process the object and try to recognize the it's name. Object name get displayed over the object with help of ArKit.
This demo uses GoogLeNet Model & ArKit to demonstrate integration of CoreML+ArKit. We can use any Machine Learning Models. Apple has officially provided list of Machine Learning Model here, https://developer.apple.com/machine-learning/
- This demo implemented with Xcode9 & iOS 11.
- To Test this demo, you need to have physical iOS device with ArKit support.