thekevinscott / UpscalerJS

Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.
https://upscalerjs.com
MIT License
767 stars 73 forks source link
ai deblurring dehazing denoising deraining esrgan image-enhancment low-light-image-enhancement neural-networks retouching super-resoluion tensorflow tfjs upscale

UpscalerJS

Latest UpscalerJS NPM Version License for UpscalerJS Downloads per week on NPM for UpscalerJS Status of tests for UpscalerJS repository Code Coverage for UpscalerJS DeepSource issues for UpscalerJS

Enhance Images with Javascript and AI. Increase resolution, retouch, denoise, and more. Open Source, Browser & Node Compatible, MIT License.

Demo

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.

Guides

You can view runnable code examples. You can also find the guides here on Github.

Support the Project

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

License

MIT License Β© Kevin Scott