upscaler
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.16 • Public • Published

UpscalerJS

NPM npm Travis Codecov Github issues

UpscalerJS is a tool for increasing image resolution in Javascript via Tensorflow.js.

Original Upscaled

A live demo is here.

Quick Start

import Upscaler from 'upscaler';
const upscaler = new Upscaler();
upscaler.upscale('/path/to/image').then(upscaledImage => {
  console.log(upscaledImage); // base64 representation of image src
});

Documentation

View the docs here.

License

MIT License © Kevin Scott

/upscaler/

    Install

    npm i upscaler

    DownloadsWeekly Downloads

    723

    Version

    1.0.0-beta.16

    License

    MIT

    Unpacked Size

    358 kB

    Total Files

    128

    Last publish

    Collaborators

    • thekevinscott