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.
gitextract_hsy6bf6t/ ├── .gitignore ├── LICENSE └── README.md
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (3K chars).
[
{
"path": ".gitignore",
"chars": 76,
"preview": "# OS X\n.DS_Store\n.AppleDouble\n.LSOverride\nIcon\n._*\n.Spotlight-V100\n.Trashes\n"
},
{
"path": "LICENSE",
"chars": 1079,
"preview": "The MIT License (MIT)\n\nCopyright (c) 2017 Vadym Markov\n\nPermission is hereby granted, free of charge, to any person obta"
},
{
"path": "README.md",
"chars": 1336,
"preview": "# Cocoa AI\n\nArtificial Intelligence is eating the world! We all saw it coming, but were\nwaiting for the right moment to "
}
]
About this extraction
This page contains the full source code of the cocoa-ai/CocoaAI GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (2.4 KB), approximately 658 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.