[
  {
    "path": ".gitignore",
    "content": "# OS X\n.DS_Store\n.AppleDouble\n.LSOverride\nIcon\n._*\n.Spotlight-V100\n.Trashes\n"
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2017 Vadym Markov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "# Cocoa AI\n\nArtificial Intelligence is eating the world! We all saw it coming, but were\nwaiting for the right moment to start building more intelligent apps.\nThanks to Apple we've got the opportunity to take advantage of new Natural\nLanguage Processing API, CoreML and Vision frameworks\n[introduced](https://developer.apple.com/machine-learning/) at WWDC17 🎉\n\n[Cocoa AI](https://github.com/cocoa-ai) is a place to play, experiment and\nbuild working prototypes using machine learning, computer vision, natural\nlanguage processing and other subsets of artificial intelligence in Cocoa apps.\n\n## Vision\n- [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo) - age and \ngender classification of facial images.\n- [FlowersVisionDemo](https://github.com/cocoa-ai/FlowersVisionDemo) - flower \nclassification.\n- [InceptionVisionDemo](https://github.com/cocoa-ai/InceptionVisionDemo) - dominant \nobjects detection.\n- [SentimentVisionDemo](https://github.com/cocoa-ai/SentimentVisionDemo) - visual \nsentiment prediction.\n- [StylesVisionDemo](https://github.com/cocoa-ai/StylesVisionDemo) - image style \nclassification.\n\n## NLP\n\n- [NamesCoreMLDemo](https://github.com/cocoa-ai/NamesCoreMLDemo) - predicting \ngender from first names.\n- [SentimentCoreMLDemo](https://github.com/cocoa-ai/SentimentCoreMLDemo) - sentiment \npolarity analysis.\n"
  }
]