/CoreMLVision

A little demo app that uses Core ML to determine the contents of a picture.

Primary LanguageSwift

CoreML Vision Example

Using the Apple's new Core ML and Vision frameworks for iOS 11 along with the Inception V3 model, I have created a basic app, demoing how easy it is to impliment image recognition.

Screenshot of app recognizing cat and laptop

After selecting an image or using the devices camera to capture, the app will then display three predictions as to what the photo contains.

Requires XCode 9