All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

CoreML-CLI: Command-Line Interface for Apple Core ML Models on macOS

By

schappim

4mo ago· 4 min readenCode

Summary

CoreML-CLI is a native command-line interface tool for macOS that enables developers to work with Apple Core ML models directly from the terminal. The tool allows users to inspect model structure, run inference, benchmark performance, and manage Core ML models without requiring Xcode or Python. It supports various features including image classification, batch processing, compute device selection, and JSON output for scripting. The tool can be installed via Homebrew, downloaded as a binary, or built from source requiring macOS 13+ and Swift 5.9+.

Key quotes

· 5 pulled
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.
View model structure, inputs, outputs, and metadata.
Select compute device: CPU, GPU, or Neural Engine.
Process a directory of images in batch mode.
Snippet from the RSS feed
A native command-line interface for working with Apple Core ML models on macOS - schappim/coreml-cli

You might also wanna read