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

1.0.0-beta.17 • 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.

Support the Project

Add a ⭐️ star on GitHub or ❤️ tweet to support the project!

License

MIT License © Kevin Scott

Install

DownloadsWeekly Downloads

252

Version

1.0.0-beta.17

License

MIT

Unpacked Size

394 kB

Total Files

164

Last publish

Collaborators

  • thekevinscott