Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 444 Bytes

Demos for coremltools

Binder

These notebooks show examples of converting trained models to CoreML using coremltools.

To run locally, use the environment.yml file to create a new conda environment:

conda env create -n cml_demo -f binder/environment.yml
conda activate cml_demo
jupyter notebook