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
- Host: GitHub
- URL: https://github.com/yoovraj/coremlimagerecognition
- Owner: yoovraj
- Created: 2018-04-21T08:15:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T09:48:52.000Z (over 7 years ago)
- Last Synced: 2025-01-02T18:50:23.568Z (9 months ago)
- Topics: coreml, coreml-framework, coreml-model, inceptionv3, ios, objectdetection
- Language: Swift
- Homepage: https://www.meetup.com/Machine-Learning-Tokyo/events/249224794/
- Size: 698 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/