›Image Classification

Image Classification

  • Projects
  • Data Preparation
  • Training and testing
  • Running Model on device

Object Detection

  • Projects
  • Import images
  • Import dataset
  • Export dataset
  • Markup images
  • Augmentation
  • Training
  • Recognizing objects in live stream iOS App
  • Recognizing objects in still images iOS App

Semantic Segmentation

  • Import images
  • Export Dataset
  • Markup images
  • Augmentation
  • Training
  • Semantic Segmentation in live stream iOS App

Terms of use

  • Terms of use
  • Privacy Notice

Running Model on device

After we have finished training and testing of our model you can export it and use in your own project. Here is an example iOS project that you can try your model in. This project has implementation of both running a model on still images from Gallery, and on live images. To use it you need to open the project, add you .mlmodel file to it, and then change Model() in try VNCoreMLModel(for: Model().model) lines to name of a .mlmodel file that you have added to the project.

https://makeml.app/docs/assets/Image_Classification_Running_On_Device.png

← Training and testingProjects →