coreml-framework
There are 71 repositories under coreml-framework topic.
likedan/Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
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-Models
Converted CoreML Model Zoo.
SwiftBrain/awesome-CoreML-models
Collection of models for Core ML
eugenebokhan/awesome-ml
Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.
ph1ps/Food101-CoreML
A CoreML model which classifies images of food
appcoda/CoreMLDemo
A simple demo for Core ML
cocoa-ai/ModelZoo
🦁 A central GitHub repository for sharing Core ML models
ph1ps/MNIST-CoreML
Predict handwritten digits with CoreML
FTD-YI/TestCoreML
A camera object recognition demo using the CoreML & AVCam framework. Required XCode 9 & iOS 11.
laanlabs/CarPoseDemo
Real-time Mobile Car Pose Estimation with CoreML
ytakzk/CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
DaemonLoki/MyAppleIntelligence
Custom implementation of Apple Intelligence features
cafielo/MNISTKit
The better way to deal with MNIST model and Core ML in iOS
fguzman82/CoreMLProfiler
Tool for visual profiling Core ML models, compatible with both package and compiled versions, including reasons for unsupported operations on the Neural Engine
freedomtan/SimpleInceptionV3-ObjC
A simple image classification test using Core ML and Inception V3 model in Objective-C
gaelfoppolo/CoreML-Flowers
Sample app that predicts the flower type on an image, using Core ML and the Oxford 102 category flower dataset.
sayaleepote/Vision_CoreML-App
This 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.
codeatif/MachineLearningSample-ObjC
A simple iOS app to demonstrate Machine Learning capabilities using Core ML and Vision framework.
IlijaMihajlovic/CoreML-and-Vision-with-a-pre-trained-deep-learning-SSD-model
This 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.
IlijaMihajlovic/Core-ML-And-Vision-Object-Classifier-Lightweight-Version
Core ML and Vision object classifier with a lightweight trained model. The model is trained and tested with Create ML straight from Xcode Playgrounds with the dataset I provided.
sokravtsov/ImageRecognition
Image recognition iOS app with Apple’s CoreML and Vision APIs
dramikei/handwriting-recogniser
An app which recognises handwritten English characters using Vision/CoreML and a trained model using CreateML
Shakshi3104/Vision-ML-SwiftUI
Classifying Images with Vision, Core ML and SwiftUI
mgefimov/colorizer
black & white photo colorizer
powermobileweb/ARTetris---SceneKit
Augmented Reality Tetris made with ARKit and SceneKit
michalnowak061/ImageClassifier-iOS-App
This project is simple iOS app using CoreML framework to predict object class on the photo
amanbind007/Drawing-Guesser-iOS
iOS App that guesses what you have drawn. It is creating using SwiftUI interface and CoreML. Model is trained using Google's Quick Draw Dataset
ChangYeop-Yang/Activity-CapstoneDesignProject-2
[Capstone Design 2] Team Capstone Design Project. (Prof. 고석주)
clarenceji/Is-Clarence-
A test project with the CreateML and CoreML to identify if the person in given photos is Clarence.
dramikei/vision-app
An app that uses CoreML and SqueezeNet to take a picture and tell what the object it thinks is in the picture!
cvslel/MachineLearningImageRecognition
Usage of CoreML (Machine Learning) & Vision Libraries
joaoipiraja/fastmenu
2nd Challenge - Mac CLI App
LoviceSunuwar/iOS-CoreML-Twitter-Sentiment-Analysis
A simple, NLP App about sentiments on a string. (Twitter) Leveraging CoreML.
yujinkim1/demo-ios
A collection of demo apps on iOS