npna/CoreMLPlayer
Try CoreML models on multiple images and videos easily and quickly
This tool helps macOS developers quickly test their CoreML machine learning models by easily running them against multiple images or videos. You provide your CoreML model and a set of media files, and it shows you the model's performance in object detection or classification. It's designed for developers who build and evaluate custom ML models for Apple platforms.
167 stars. No commits in the last 6 months.
Use this if you are a macOS developer needing to rapidly test and visualize the output of your CoreML object detection or classification models.
Not ideal if you need to train CoreML models, integrate them into an application, or work with model types other than object detection or classification.
Stars
167
Forks
12
Language
Swift
License
MIT
Category
Last pushed
Feb 11, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/npna/CoreMLPlayer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apple/coremltools
Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
hollance/YOLO-CoreML-MPSNNGraph
Tiny YOLO for iOS implemented using CoreML but also using the new MPS graph API.
tensorflow/swift-apis
Swift for TensorFlow Deep Learning Library
hanleyweng/CoreML-in-ARKit
Simple project to detect objects and display 3D labels above them in AR. This serves as a basic...
hollance/Forge
A neural network toolkit for Metal