Skip to content

kenmaz/SuperResolutionKit

Repository files navigation

SuperResolutionKit

CI Status Version License Platform

Super resolution implementation with CoreML and Keras. See my presentaiton: https://www.tryswift.co/events/2018/nyc/#coreml

Requirements

Installation

SuperResolutionKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SuperResolutionKit'

Usage

// Using SRCNN
imageView.setSRImage(image: image)

// Using F-SRCNN (faster)
imageView.setFSRImage(image: image)

Author

kenmaz, kentaro.matsumae@gmail.com

License

SuperResolutionKit is available under the MIT license. See the LICENSE file for more info.

CoreMLHelpers

CoreMLHelpers is copyright 2017 Matthijs Hollemans and is licensed under the terms of the MIT license.