All Projects → SwiftBrain → Awesome Coreml Models

SwiftBrain / Awesome Coreml Models

Licence: mit
Collection of models for Core ML

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Awesome Coreml Models

Awesome Coreml Models
Largest list of models for Core ML (for iOS 11+)
Stars: ✭ 5,192 (+938.4%)
Mutual labels:  model, coreml, ios11
Awesome Ml
Discover, download, compile & launch different image processing & style transfer CoreML models on iOS.
Stars: ✭ 142 (-71.6%)
Mutual labels:  ai, coreml, ios11
Styletransfer Ios
Stars: ✭ 155 (-69%)
Mutual labels:  ai, coreml, ios11
Torch2coreml
Torch7 -> CoreML
Stars: ✭ 363 (-27.4%)
Mutual labels:  ai, coreml, ios11
Windows Machine Learning
Samples and Tools for Windows ML.
Stars: ✭ 663 (+32.6%)
Mutual labels:  ai, coreml
Ffdl
Fabric for Deep Learning (FfDL, pronounced fiddle) is a Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes
Stars: ✭ 640 (+28%)
Mutual labels:  ai, model
Cocoaai
🤖 The Cocoa Artificial Intelligence Lab
Stars: ✭ 134 (-73.2%)
Mutual labels:  ai, coreml
Exermote
Using Machine Learning to predict the type of exercise from movement data
Stars: ✭ 108 (-78.4%)
Mutual labels:  coreml, ios11
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+3338.6%)
Mutual labels:  ai, coreml
createml-playgrounds
Create ML playgrounds for building machine learning models. For developers and data scientists.
Stars: ✭ 82 (-83.6%)
Mutual labels:  model, coreml
CoreML-samples
Sample code for Core ML using ResNet50 provided by Apple and a custom model generated by coremltools.
Stars: ✭ 38 (-92.4%)
Mutual labels:  ios11, coreml
iOS11-Demos
Collection of samples and demos of features introduced in iOS 11
Stars: ✭ 16 (-96.8%)
Mutual labels:  ios11, coreml
BabelCamera
Find out how to describe the things around you in another language with Core ML and the Vision framework in iOS 11! 👀
Stars: ✭ 13 (-97.4%)
Mutual labels:  ios11, coreml
Gestureai Coreml Ios
Hand-gesture recognition on iOS app using CoreML
Stars: ✭ 145 (-71%)
Mutual labels:  coreml, ios11
Awesome Machine Learning
🎰 A curated list of machine learning resources, preferably CoreML
Stars: ✭ 716 (+43.2%)
Mutual labels:  ai, model
Mnist draw
This is a sample project demonstrating the use of Keras (Tensorflow) for the training of a MNIST model for handwriting recognition using CoreML on iOS 11 for inference.
Stars: ✭ 139 (-72.2%)
Mutual labels:  coreml, ios11
Chineseidcardocr
[Deprecated] 🇨🇳中国二代身份证光学识别
Stars: ✭ 1,015 (+103%)
Mutual labels:  coreml, ios11
Arkit Sampler
Code examples for ARKit.
Stars: ✭ 1,334 (+166.8%)
Mutual labels:  coreml, ios11
CustomVisionMicrosoftToCoreMLDemoApp
This 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.
Stars: ✭ 25 (-95%)
Mutual labels:  ios11, coreml
inception
Real time image recognition using Core ML
Stars: ✭ 24 (-95.2%)
Mutual labels:  ios11, coreml

Awesome Core ML models Awesome

This repository has a collection of Open Source machine learning models which work with Apples Core ML standard.

Apple has published some of their own models. They can be downloaded here. Those published models are: SqueezeNet, Places205-GoogLeNet, ResNet50, Inception v3, VGG16 and will not be republished in this repository.

Contributing

If you want your model added simply create a pull request with your repository and model added. In order to keep the quality of this repository you have to conform to this project structure (taken from @hollance).

├── Convert
    ├── coreml.py
    ├── mobilenet_deploy.prototxt
    └── synset_words.txt

There has to be a Convert directory with a Python script and additional data to reproduce this model on your own. If your model requires a huge amount of space please include a script which downloads those files.

├── MobileNetCoreML
│   ├── *.swift
├── MobileNetCoreML.xcodeproj
│   ├── project.pbxproj
│   └── project.xcworkspace
│       └── contents.xcworkspacedata
├── README.markdown

You also have to have an Xcode project where the user can test the model (sample data included would be nice).

This is a template for the README to copy:

### Name of your model
**Model:** [Model.mlmodel](link for downloading) <br />
**Description:** Short description <br />
**Author:** [Author](https://github.com/author) <br />
**Reference:** [Name of reference](URL to reference) <br />
**Example:** [Your example project](URL to example project) <br />

Models

MobileNet

Model: MobileNet.mlmodel
Description: Object detection, finegrain classification, face attributes and large scale geo-localization
Author: Matthijs Hollemans
Reference: MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications
Example: MobileNet-CoreML

MNIST

Model: MNIST.mlmodel
Description: Handwritten digit classification
Author: Philipp Gabriel
Reference: MNIST handwritten digit database
Example: MNIST-CoreML

Food101

Model: Food101.mlmodel
Description: Food classification
Author: Philipp Gabriel
Reference: UPMC Food-101
Example: Food101-CoreML

SentimentPolarity

Model: SentimentPolarity
Description: Sentiment Polarity Analysis
Author: Vadym Markov
Reference: Epinions.com reviews dataset
Example: SentimentCoreMLDemo

VisualSentimentCNN

Model: VisualSentimentCNN
Description: Visual Sentiment Prediction
Author: Image Processing Group - BarcelonaTECH - UPC
Reference: From Pixels to Sentiment: Fine-tuning CNNs for Visual Sentiment Prediction
Example: SentimentVisionDemo

AgeNet

Model: AgeNet
Description: Age Classification
Author: Gil Levi and Tal Hassner
Reference: Age and Gender Classification using Convolutional Neural Networks
Example: FacesVisionDemo

GenderNet

Model: GenderNet
Description: Gender Classification
Author: Gil Levi and Tal Hassner
Reference: Age and Gender Classification using Convolutional Neural Networks
Example: FacesVisionDemo

CNNEmotions

Model: CNNEmotions
Description: Emotion Recognition
Author: Gil Levi and Tal Hassner
Reference: Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns
Example: FacesVisionDemo

NamesDT

Model: NamesDT
Description: Gender Classification from first names
Author: http://nlpforhackers.io
Reference: Is it a boy or a girl? An introduction to Machine Learning
Example: NamesCoreMLDemo

Oxford102

Model: Oxford102
Description: Flower Classification
Author: Jimmie Goode
Reference: Classifying images in the Oxford 102 flower dataset with CNNs
Example: FlowersVisionDemo

FlickrStyle

Model: FlickrStyle
Description: Image Style Classification
Author: Sergey Karayev
Reference: Recognizing Image Style
Example: StylesVisionDemo

Model Demonstration App

Description: Discover, download, on-device-compile & launch different image processing CoreML models on iOS.
Author: Eugene Bokhan
Source: Awesome ML
Lincese: BSD 3-Clause

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].