Combined advisory, generator, and workflow skill for integrating machine learning into Apple platform apps. Covers Core ML model integration, Vision framework image analysis, NaturalLanguage framework text processing, Create ML training, and on-device model optimization.
| Capability | Request Class | Custom Model Needed? |
| Image classification | VNClassifyImageRequest | No (built-in) | | Object detection | VNDetectObjectsRequest (custom model) | Yes | | Face detection | VNDetectFaceRectanglesRequest | No | | Face landmarks | VNDetectFaceLandmarksRequest | No | | Text recognition (OCR) | VNRecognizeTextRequest | No | | Body pose | VNDetectHumanBodyPoseRequest | No |
Core ML, Create ML, Vision Framework, Natural Language Framework, On-Device ML-Integration. Verwenden Sie diese Option, wenn der Benutzer Bildklassifizierung, Textanalyse, Objekterkennung, Klangklassifizierung, Modelloptimierung oder benutzerdefinierte Modellintegration wünscht. Deckt die Entscheidung zwischen Core ML und Foundation Models ab. Quelle: rshankras/claude-code-apple-skills.