60 skills found · Page 2 of 2
s / CoreMLDemoCoreML.framework Demo App
fguzman82 / CoreMLProfilerTool for visual profiling Core ML models, compatible with both package and compiled versions, including reasons for unsupported operations on the Neural Engine
VamshiIITBHU14 / VKSentimentAnalysisThis project is a demo on using CoreML framework for sentiment analysis of text. .mlmodel was developed from Scikit-learn Pipeline using coremltools python package. More details here : https://developer.apple.com/documentation/coreml/converting_trained_models_to_core_ml
cxfeng1-zz / Weex MLWeex modules for machine learning based on CoreML and Vision framework in iOS.
freedomtan / SimpleInceptionV3 ObjCA simple image classification test using Core ML and Inception V3 model in Objective-C
sayaleepote / Vision CoreML AppThis app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
cafielo / MNISTKitThe better way to deal with MNIST model and Core ML in iOS
IzaakPrats / MLLiveVisionExampleAn example of using a live camera feed and the new CoreML and Vision frameworks to predict the object in the frame on iOS 11.
swift-student / LicensePlateRecognitionAn exercise in machine learning and vision, using Apple's CoreML and Vision frameworks.
codeatif / MachineLearningSample ObjCA simple iOS app to demonstrate Machine Learning capabilities using Core ML and Vision framework.
gaelfoppolo / CoreML FlowersSample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.
mihaelamj / Cupertino Sample CodeApple Developer sample code collection - 606 projects covering SwiftUI, ARKit, RealityKit, Metal, CoreML, AVFoundation, HealthKit, and 100+ frameworks. Cleaned and ready to build in Xcode. Downloaded via Cupertino MCP server.
IlijaMihajlovic / CoreML And Vision With A Pre Trained Deep Learning SSD ModelThis project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are many variations of SSD. The one we’re going to use is MobileNetV2 as the backbone this model also has separable convolutions for the SSD layers, also known as SSDLite. This app can find the locations of several different types of objects in the image. The detections are described by bounding boxes, and for each bounding box, the model also predicts a class.
hansemannn / Titanium CoremlUse the CoreML framework with the Titanium SDK
swarnimarun / Coreml RsRust Bindings for CoreML Framework MacOS
akhilwaghmare / IOS Digit RecognizerDigit Recognizer iOS App using Apple's CoreML and Vision frameworks.
mohdsanadzakirizvi / CoreML3 Resnet50No description available
AdibContractorCC / FamiliarFacesDemo of Apple's Vision framework for face recognition using CoreML, introduced at WWDC 2017
mayankgandhi / YogaVisionYogaVision app uses Vision framework's ability to detect human body poses and CoreML's ability to recognize the poses to evaluate poses in the video.
gomlx / Go CoremlGo bindings to Apple's CoreML framework for high-performance machine learning inference on Apple Silicon.