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
- Host: GitHub
- URL: https://github.com/cocoa-ai/modelzoo
- Owner: cocoa-ai
- License: mit
- Created: 2017-06-30T00:10:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T07:44:46.000Z (almost 7 years ago)
- Last Synced: 2024-12-27T20:16:55.456Z (5 months ago)
- Topics: cocoa, coreml, coreml-framework, ios, machine-learning, machine-learning-models, model
- Homepage: https://github.com/cocoa-ai
- Size: 3.91 KB
- Stars: 95
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)