All Projects → hollance → Coremlhelpers

hollance / Coremlhelpers

Licence: mit
Types and functions that make it a little easier to work with Core ML in Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Coremlhelpers

Facesvisiondemo
👀 iOS11 demo application for age and gender classification of facial images.
Stars: ✭ 273 (-66.83%)
Mutual labels:  coreml
Iowncode
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
Stars: ✭ 499 (-39.37%)
Mutual labels:  coreml
Pinto model zoo
A repository that shares tuning results of trained models generated by TensorFlow / Keras. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization, Float16 Quantization), Quantization-aware training. TensorFlow Lite. OpenVINO. CoreML. TensorFlow.js. TF-TRT. MediaPipe. ONNX. [.tflite,.h5,.pb,saved_model,tfjs,tftrt,mlmodel,.xml/.bin, .onnx]
Stars: ✭ 634 (-22.96%)
Mutual labels:  coreml
Waifu2x Ios
iOS Core ML implementation of waifu2x
Stars: ✭ 286 (-65.25%)
Mutual labels:  coreml
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (-55.89%)
Mutual labels:  coreml
Keras Openface
Keras-OpenFace is a project converting OpenFace from Torch implementation to a Keras version
Stars: ✭ 538 (-34.63%)
Mutual labels:  coreml
keras-knn
Code for the blog post Nearest Neighbors with Keras and CoreML
Stars: ✭ 25 (-96.96%)
Mutual labels:  coreml
Facerecognition In Arkit
Detects faces using the Vision-API and runs the extracted face through a CoreML-model to identiy the specific persons.
Stars: ✭ 768 (-6.68%)
Mutual labels:  coreml
Seefood
Inspired by HBO's Silicon Valley: SeeFood is an iOS app that uses CoreML to detect various dishes
Stars: ✭ 445 (-45.93%)
Mutual labels:  coreml
Mobile Semantic Segmentation
Real-Time Semantic Segmentation in Mobile device
Stars: ✭ 630 (-23.45%)
Mutual labels:  coreml
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+304.25%)
Mutual labels:  coreml
Unsplashexplorer Coreml
Core ML demo app with Unsplash API
Stars: ✭ 358 (-56.5%)
Mutual labels:  coreml
Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+530.86%)
Mutual labels:  coreml
Gesture Recognition 101 Coreml Arkit
Simple project to recognize hands in realtime. 👋 Serves as an Example for building your own object recognizer.
Stars: ✭ 278 (-66.22%)
Mutual labels:  coreml
Windows Machine Learning
Samples and Tools for Windows ML.
Stars: ✭ 663 (-19.44%)
Mutual labels:  coreml
Waifu2x Mac
Waifu2x-ios port to macOS, still in Core ML and Metal
Stars: ✭ 258 (-68.65%)
Mutual labels:  coreml
Awesome Coreml Models
Collection of models for Core ML
Stars: ✭ 500 (-39.25%)
Mutual labels:  coreml
Lumina
A camera designed in Swift for easily integrating CoreML models - as well as image streaming, QR/Barcode detection, and many other features
Stars: ✭ 784 (-4.74%)
Mutual labels:  coreml
Awesome Ml Demos With Ios
The challenge projects for Inferencing machine learning models on iOS
Stars: ✭ 741 (-9.96%)
Mutual labels:  coreml
Mmdnn
MMdnn 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.
Stars: ✭ 5,472 (+564.88%)
Mutual labels:  coreml

CoreMLHelpers

This is a collection of types and functions that make it a little easier to work with Core ML in Swift.

Some of the things CoreMLHelpers has to offer:

Experimental features:

Let me know if there's anything else you'd like to see added to this library!

💡 Tip: Get the Core ML Survival Guide

If Core ML is giving you trouble --- or if you want to learn more about using the Core ML and Vision APIs --- then check out my book Core ML Survival Guide. It has 400+ pages of Core ML tips and tricks.

I wrote the Core ML Survival Guide because the same questions kept coming up on Stack Overflow, on the Apple Developer Forums, and on this GitHub repo. Core ML may appear easy-to-use at first --- but if you want to go beyond the basics, the learning curve suddenly becomes very steep. My goal with this book is to make the advanced features of Core ML accessible to everyone too.

The Core ML Survival Guide currently has over 80 chapters and includes pretty much everything I know about Core ML. As I learn new things I'll keep updating the book, so you'll always have access to the most up-to-date knowledge about Core ML. Cheers!

How to use CoreMLHelpers

Copy the source files from the CoreMLHelpers folder into your project. You probably don't need all of them, so just pick the files you require and ignore the rest.

Note: A lot of the code in CoreMLHelpers is only intended as a demonstration of how to approach a certain problem. There's often more than one way to do it. It's quite likely you will need to customize the code for your particular situation, so consider these routines a starting point.

Why can't I use this with Swift Package Manager / Carthage / CocoaPods?

I believe a proper framework should have a well-thought-out API but CoreMLHelpers is a hodgepodge of helper functions that isn't particularly well-organized. Putting this into a package makes things more complicated than necessary. Just copy the one or two source files you need into your project, and adapt them to your needs.

Read more about Core ML

TODO

  • proper unit tests
  • add more numpy-like functionality to MultiArray (and fix the bugs!)

License

CoreMLHelpers is copyright 2017-2021 Matthijs Hollemans and is licensed under the terms of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].