Skip to content

Easily compare all the current CoreML object classification models at once.

Notifications You must be signed in to change notification settings

khaptonstall/CoreML-Model-Comparer

Repository files navigation

CoreML-Model-Comparer

CoreML-Model-Comparer is an iOS app that allows you to take/pick an image and automatically pass it through every currently available CoreML model provided by Apple. All CoreML models can be found at Apple's Machine Learning documentation page.

Requirements

  • Xcode 9.2+
  • iOS 11.0+

Getting Started

Download or clone the project and open it in Xcode. Due to the combined size of the CoreML models, I've left the installation of those up to you. Download each of the CoreML models I've listed below, then drag+drop them into the Models folder in the Xcode project.

Note: If the direct download links do not work they may have been updated. If that is the case head over to Apple's Machine Learning documentation to download them.

After bringing the models into the project, run to a device/simulator and select/take an image to see the object classification and confidence after the image has been run through each model.

Screenshot

Dog Example

About

Easily compare all the current CoreML object classification models at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages