A native command-line interface for working with Apple Core ML models on macOS. Inspect, run inference, benchmark, and manage Core ML models without Xcode or Python.
Features
Inspect - View model structure, inputs/outputs, and metadata
- View model structure, inputs/outputs, and metadata Predict - Run inference on images, text, or JSON data
- Run inference on images, text, or JSON data Batch - Process multiple files with concurrent execution
- Process multiple files with concurrent execution Benchmark - Measure inference latency and throughput
- Measure inference latency and throughput Compile - Convert .mlmodel to optimized .mlmodelc format
- Convert to optimized format Metadata - View and manage model metadata
Installation
Homebrew (Recommended)
... continue reading