An open API service indexing awesome lists of open source software.

https://github.com/yoovraj/coremlimagerecognition

Just build this simple app to check CoreML feature in MLTokyo Meetup
https://github.com/yoovraj/coremlimagerecognition

coreml coreml-framework coreml-model inceptionv3 ios objectdetection

Last synced: 8 months ago
JSON representation

Just build this simple app to check CoreML feature in MLTokyo Meetup

Awesome Lists containing this project

README

          

# Notes to run this project
## Step 1
Download the Inceptionv3.mlmodel from following link
https://github.com/yulingtianxia/Core-ML-Sample/blob/master/CoreMLSample/Inceptionv3.mlmodel

## Step 2
Add the above downloaded model into this project.

## Step 3
Build, Install and enjoy

### This project was created by referring the following blog
https://www.appcoda.com/coreml-introduction/

![Snapshot](snapshot.png)