70 skills found · Page 1 of 3
NovatecConsulting / FaceRecognition In ARKitDetects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
buzsh / SwiftDiffusionStable Diffusion implementation using CoreML, PyTorch and SwiftUI
npna / CoreMLPlayerTry CoreML models on multiple images and videos easily and quickly
Naituw / CoreMLDemoDemo for CoreML & Vision Framework
alfianlosari / CoreMLVisionScannerCoreML Vision Text Data & Animal Detector iOS App
Azure-Samples / Cognitive Services Ios Customvision SampleReal time image classification on iOS using a CoreML model exported from Custom Vision Service
markmansur / CoreML VisionNo description available
r4ghu / IOS CoreML Inceptionv3Real-time Object Recognition using Apple's CoreML 2.0 and Vision API -
hosituan / Clockon Clockoff Face RecognitionFace Recognize application. Using FaceNet and CoreML
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.
Shakshi3104 / LiTeXLive Text Command Line Tool
life4coding / TrafficLightA sample project use Apple CoreML & Vision to detect traffic lights
cxfeng1-zz / Weex MLWeex modules for machine learning based on CoreML and Vision framework in iOS.
sayaleepote / CustomVisionMicrosoftToCoreMLDemoAppThis app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
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.
theleonwei / SeefoodSeeFood on steroid, an object recognition iOS app based on SwiftUI, CoreML, and Vision.
onmyway133 / Avengers👾Demo how to use CoreML with IBM Watson, Azure Custom Vision, Turi Create
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.
Onaeem26 / ImageSegmentationMLUsing CoreML and Vision to do image segmentation and change the background color of an image.