Repository: cocoa-ai/CocoaAI Branch: master Commit: 394376f0c59a Files: 3 Total size: 2.4 KB Directory structure: gitextract_hsy6bf6t/ ├── .gitignore ├── LICENSE └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # OS X .DS_Store .AppleDouble .LSOverride Icon ._* .Spotlight-V100 .Trashes ================================================ FILE: LICENSE ================================================ The MIT License (MIT) Copyright (c) 2017 Vadym Markov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # 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.