top | item 46724565

Show HN: CLI for working with Apple Core ML models

48 points| schappim | 1 month ago |github.com

5 comments

order

malshe|1 month ago

Looks really nice. I plan to try it out this weekend. I am not familiar with all the Core ML models. Where can I get their names to try out?

dsrtslnd23|1 month ago

Does this handle conversion and quantization from PyTorch? Or is it strictly for running existing Core ML files?

schappim|1 month ago

Nope, but Apple released the python lib "coremltools"[1] and it can do the conversion. It supports the conversion of PyTorch, TF/TF Lite, ONNX etc...

1. https://pypi.org/project/coremltools/