Hello. I would like to compile the YOLOv3.mlmodel for object detection as a framework and call it from applescript to use it, but I do not know how.
The flow I am imagining is as follows
- Import "YOLOv3.mlmodel" on xcode and create a framework.
- Load the created framework with applescript's use statement and execute it.
Please let me know if you know anything about this.