zza / EnhanceResolution / 0.1.0
README.md
Overview
A deep convolutional neural network which up-scales images without the typical pixelation artifacts.
Usage
Accepts JPEG and PNG files as inputs and outputs. However, PNG is recommended for both, as pre-existing JPEG artifacts may affect the quality of the up-scaling, and outputting as JPEG introduces unnecessary artifacts.
Required:
source: The data URI of the source image to be upscaled.
dest: The data URI where the output image will be saved.
Optional:
model: Select a network optimized for a specific input type: imagenet (natural images, default), anime (line art or stylized inputs), bilinear (fast low quality technique).
Credit
Many thanks to A. Nowell for the port to Algorithmia.
Contents