An open API service indexing awesome lists of open source software.

https://github.com/cocoa-ai/modelzoo

🦁 A central GitHub repository for sharing Core ML models
https://github.com/cocoa-ai/modelzoo

cocoa coreml coreml-framework ios machine-learning machine-learning-models model

Last synced: 3 months ago
JSON representation

🦁 A central GitHub repository for sharing Core ML models

Awesome Lists containing this project

README

        

# CoreML Model Zoo

Welcome to the Model Zoo! This is a central GitHub repository for sharing
[Core ML](https://developer.apple.com/documentation/coreml) models.

## Image Classification

- Age classification: [Reference](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/),
[CoreML model](https://drive.google.com/file/d/0B1ghKa_MYL6mT1J3T1BEeWx4TWc/view?usp=sharing)
- Emotion Recognition: [Reference](http://www.openu.ac.il/home/hassner/projects/cnn_emotions/),
[CoreML model](https://drive.google.com/file/d/0B1ghKa_MYL6mTlYtRGdXNFlpWDQ/view?usp=sharing)
- Gender classification: [Reference](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/),
[CoreML model](https://drive.google.com/file/d/0B1ghKa_MYL6mYkNsZHlyc2ZuaFk/view?usp=sharing)
- Flower classification: [Reference](http://jimgoo.com/flower-power/),
[CoreMl model](https://drive.google.com/file/d/0B1ghKa_MYL6meDBHT2NaZGxkNzQ/view?usp=sharing)
- Flickr Style: [Reference](https://gist.github.com/sergeyk/034c6ac3865563b69e60),
[CoreML model](https://drive.google.com/file/d/0B1ghKa_MYL6maFFWR3drLUFNQ1E/view?usp=sharing)
- Visual sentiment prediction: [Reference](https://github.com/imatge-upc/sentiment-2017-imavis),
[CoreML model](https://drive.google.com/open?id=0B1ghKa_MYL6meTZRT3U5b0o5amc)
- Nicolas Cage or Not: [Reference](http://declarationofindependencethief.com/),
[CoreML model](https://s3.amazonaws.com/despiteallmyrage/MegaNic50.mlmodel)

## Natural Language Processing
- Gender classification: [Reference](http://nlpforhackers.io/introduction-machine-learning/),
[CoreML model](https://github.com/cocoa-ai/NamesCoreMLDemo/raw/master/Names/Resources/NamesDT.mlmodel)
- Sentiment polarity analysis: [Reference](https://github.com/cocoa-ai/SentimentCoreMLDemo),
[CoreML model](https://github.com/cocoa-ai/SentimentCoreMLDemo/raw/master/SentimentPolarity/Resources/SentimentPolarity.mlmodel)