ObjectClassifier
An iOS swift app that detects objects using machine learning (CoreML, Vision)
Install / Use
/learn @G2Jose/ObjectClassifierREADME
Object Classifier
Read more about this project on my blog.
An iOS app that recognizes objects from the camera. Uses the CoreML and Vision frameworks. Object recognition is done using the Inception v3 neural network model.
Screenshots
<p align="center"> <img src="https://raw.githubusercontent.com/G2Jose/ObjectClassifier/master/screenshots/starfish_iphone7plusrosegold_portrait.png" width="250" /> <img src="https://raw.githubusercontent.com/G2Jose/ObjectClassifier/master/screenshots/pen_iphone7plusrosegold_portrait.png" width="250" /> <img src="https://raw.githubusercontent.com/G2Jose/ObjectClassifier/master/screenshots/mouse_iphone7plusrosegold_portrait.png" width="250" /> </p> <p align="center"> <img src="https://raw.githubusercontent.com/G2Jose/ObjectClassifier/master/screenshots/mouse_iphone7plusrosegold_portrait.png" width="250" /> <img src="https://raw.githubusercontent.com/G2Jose/ObjectClassifier/master/screenshots/macbook_iphone7plusrosegold_portrait.png" width="250" /> </p>See also
- https://blog.georgejose.com/building-a-general-purpose-object-recognizer-ios-app-using-coreml-vision-and-swift-8de4b29b8f17
- https://developer.apple.com/videos/play/wwdc2017/506/
- https://developer.apple.com/documentation/vision
- https://developer.apple.com/documentation/coreml
