Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cocoa-ai/cocoaai
🤖 The Cocoa Artificial Intelligence Lab
https://github.com/cocoa-ai/cocoaai
ai artificial-intelligence cocoa coreml ios machine-learning natural-language-processing swift swift4 vision
Last synced: 5 days ago
JSON representation
🤖 The Cocoa Artificial Intelligence Lab
- Host: GitHub
- URL: https://github.com/cocoa-ai/cocoaai
- Owner: cocoa-ai
- License: mit
- Created: 2017-06-29T23:45:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T22:11:08.000Z (over 7 years ago)
- Last Synced: 2025-02-02T15:35:01.228Z (19 days ago)
- Topics: ai, artificial-intelligence, cocoa, coreml, ios, machine-learning, natural-language-processing, swift, swift4, vision
- Homepage: https://github.com/cocoa-ai
- Size: 3.91 KB
- Stars: 141
- Watchers: 13
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cocoa AI
Artificial Intelligence is eating the world! We all saw it coming, but were
waiting for the right moment to start building more intelligent apps.
Thanks to Apple we've got the opportunity to take advantage of new Natural
Language Processing API, CoreML and Vision frameworks
[introduced](https://developer.apple.com/machine-learning/) at WWDC17 🎉[Cocoa AI](https://github.com/cocoa-ai) is a place to play, experiment and
build working prototypes using machine learning, computer vision, natural
language processing and other subsets of artificial intelligence in Cocoa apps.## Vision
- [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo) - age and
gender classification of facial images.
- [FlowersVisionDemo](https://github.com/cocoa-ai/FlowersVisionDemo) - flower
classification.
- [InceptionVisionDemo](https://github.com/cocoa-ai/InceptionVisionDemo) - dominant
objects detection.
- [SentimentVisionDemo](https://github.com/cocoa-ai/SentimentVisionDemo) - visual
sentiment prediction.
- [StylesVisionDemo](https://github.com/cocoa-ai/StylesVisionDemo) - image style
classification.## NLP
- [NamesCoreMLDemo](https://github.com/cocoa-ai/NamesCoreMLDemo) - predicting
gender from first names.
- [SentimentCoreMLDemo](https://github.com/cocoa-ai/SentimentCoreMLDemo) - sentiment
polarity analysis.