MLModelCamera

Create ML enable us to train Core ML models just with Drag-and-Drop. Then, MLModelCamera enable to test the .mlmodel files as a real-time image classiffication app just with Drag-and-Drop.

Usage

  • Put your .mlmodel files into the /models folder.

That's it! You don't need to add the models manually to the project.

After running the app on your iOS device, you can choose the model with the "Change" button.

Requirements

The models are created with Create ML

  • Xcode 10+
  • iOS 12+

The models are created with coremltools

  • Xcode 9+
  • iOS 11+

GitHub