Skip to content

A simple app that demonstrates using CoreML and the MobileNetV2 image classification model

Notifications You must be signed in to change notification settings

ericjenkinson/ImagePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image Prediction


A simple app that demonstrates using CoreML and the MobileNetV2 image classification model. The predict method in ContentView preps the image and call MobileNetV2.prediction.

The MobileNetV2 model is not included in this repo. You can download the model at Apple Developer. Once downloaded drop the MobileNetV2.mlmodel file into the project.

Images in the app were obtained from www.prexels.com

  1. pexels-alvaro-arano-11422442.jpg
  2. pexels-tink-s-19550157.jpg
  3. pexels-melbin-jacob-14334577.jpg
  4. pexels-marina-zvada-19562915.jpg
  5. pexels-lisa-fotios-19070956.jpg

About

A simple app that demonstrates using CoreML and the MobileNetV2 image classification model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages