Giter VIP home page Giter VIP logo

awesome-coreml-models's Introduction

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

awesome-coreml-models's People

Contributors

eugenebokhan avatar nilstack avatar ph1ps avatar vadymmarkov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-coreml-models's Issues

Character recognition

Does anyone know of a good model to train on characters from a digital font (think Google Vision API)? Use case is to recognize characters written on order receipts in order to digitally process them.

Issue reported by Xcode when using SentimentPolarity

Hello,

I am using Xcode 9 beta 5.

When adding the SentimentPolarity.mlmodel to my Xcode project, I receive the following reported in the Issues section:
There was an problem decoding this CoreML document validator error: Description of multiarray feature 'feature_vector' has an invalid or unspecified dataType. It must be specified as DOUBLE, FLOAT32 or INT32

I have attached a screenshot too:
screen shot 2017-08-12 at 8 18 05 am

Thank you for your work on this repo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.