60 skills found · Page 1 of 2
likedan / Awesome CoreML ModelsLargest list of models for Core ML (for iOS 11+)
microsoft / MMdnnMMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
PINTO0309 / PINTO Model ZooA repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
eleev / Ios Learning Materials📚 Curated list of articles, tutorials and repos that may help you dig a little bit deeper into iOS [and Apple Platforms].
john-rocky / CoreML ModelsConverted CoreML Model Zoo.
hollance / MobileNet CoreMLThe MobileNet neural network using Apple's new CoreML framework
christopherkarani / WaxSingle-file memory layer for AI agents, sub mili-second RAG on Apple Silicon. Metal Optimized On-Device. No Server. No API. One File. Pure Swift
SwiftBrain / Awesome CoreML ModelsCollection of models for Core ML
eugenebokhan / Awesome MlDiscover, download, compile & launch different image processing & style transfer CoreML models on iOS.
likedan / Core ML Car RecognitionA Car Recognition Framework for CoreML
ph1ps / Food101 CoreMLA CoreML model which classifies images of food
Naituw / CoreMLDemoDemo for CoreML & Vision Framework
appcoda / CoreMLDemoA simple demo for Core ML
cocoa-ai / ModelZoo🦁 A central GitHub repository for sharing Core ML models
ph1ps / MNIST CoreMLPredict handwritten digits with CoreML
laanlabs / CarPoseDemoReal-time Mobile Car Pose Estimation with CoreML
FTD-YI / TestCoreMLA camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
DaemonLoki / MyAppleIntelligenceCustom implementation of Apple Intelligence features
VamshiIITBHU14 / CaffeToCoreMLThere are a lot of tutorials/ open source projects on how to use Vision and CoreML frameworks for Object Detection in real world using iOS apps using .mlmodels given by Apple. But seldom in reality, do we get a .mlmodel available suiting our use case. Here, I took up a Caffe model for the Oxford 102 flower dataset, which was converted to CoreML model using coremltools python package.
ytakzk / CoreML SamplesSample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.