inception icon indicating copy to clipboard operation
inception copied to clipboard

Real time image recognition using Core ML

Inception

Real time image recognition using Apple's CoreML and Google's Inceptionv3 model

App gets the current frames from the camera using AVCapture and it uses this frame to get predictions using the inception model.

Requirements

  • Xcode 9
  • iOS 11

Results

Joystick Pug Switch Board Macbook

How it works?

You can read my blog on the usage of CoreML with Inceptionv3 here

References

Machine Learning using CoreML

Capture Video with AVFoundation and Swift

Camera View in iOS using Swift

Converting UIImage to CVPixelBuffer