/ObjectDetection

Detects Objects using ResNet50 or another model of your interest with Swift 4 ML.

Primary LanguageSwift

ObjectDetection with Swift 4.0

Detects Objects using ResNet50 or another model of your interest with Swift 4 ML.

For information about ResNet50 and more please visit: https://github.com/fchollet/deep-learning-models

Features

. Detects objects using the back camera of your device.

. Please try this code in a real device.

. Error handling is ignored, so if you are going to implement in a real project, please spend some time on it :)

. It is easy to use another .mlmodel file just download it to your computer and copy to your project.

. For more machine learning Models please visit: https://developer.apple.com/machine-learning/

Feel free to improve this sample project! :)