Hacker News new | ask | show | jobs
Show HN: Go-CoreML – Go Bindings for Apple's CoreML with Neural Engine Support (github.com)
6 points by kingcauchy 148 days ago
Go bindings for CoreML that let you build and run ML models on Apple Silicon from Go, no Python required.

You construct models programmatically using CoreML's MIL intermediate language, then run them on the Neural Engine, GPU, or CPU. Also works as a GoMLX backend.