4 "summary": "A CocoaPods library written in Swift for integrating ML models into your apps",
5 "description": "This CocoaPods library helps you perform calculation.\n This is a source code library for iOS and macOS with fast implementations of MobileNet V1 and V2, as well as SSDLite and DeepLabv3+. This library makes it very easy to add MobileNet-based neural networks into your apps, for tasks such as:\nimage classification\nreal-time object detection\nsemantic image segmentation\nas a feature extractor that is part of a custom model",
6 "homepage": "https://github.com/voklymchuk/MLSwift",
12 "Valerii Klymchuk": "voklymchuk@gmail.com"
17 "swift_versions": "5.0",
19 "git": "https://github.com/voklymchuk/MLSwift.git",
22 "source_files": "MLSwift/**/*.{h,m,swift}",
23 "swift_version": "5.0"