inception
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




How it works?
You can read my blog on the usage of CoreML with Inceptionv3 here
References
Capture Video with AVFoundation and Swift