MakeML is a Developer Tool for Creating Object Detection and Segmentation Neural Networks without a Line of Code. It's built to make the training process easy to setup. It is designed to handle data sets, training configurations, markup and training processes — all in one place.
Is an iOS project example that can be used to run your own CoreML Object Detection Model, which detects objects on still images.
With MakeML you can prepare dataset and train CoreML model with Tensorflow or Turi Create frameworks in one application.
See the Tutorial for the training object detection model without a line of code with macOS desktop application.
For using this project with another .mlmodel file, add it to the project and change this line with your name of the model.
guard let modelURL = Bundle.main.url(forResource: "ObjectDetector", withExtension: "mlmodelc") else {
return
}
More Tutorials | MakeML in App Store | Full Documentation | MakeML Chat | Support page