So you’ve trained your Core ML model in Create ML or Turi Create. And now, you want to test it out on some real-world data. To make quick and dirty tests, you can leverage Swift Playgrounds and run Core ML models there. If you’re satisfied with the results, you can move over to Xcode project and run on-device or on a simulator.
Continue reading How to Run and Test Core ML Models in a Swift Playground