UpscalerJS
UpscalerJS is a tool for increasing image resolution in Javascript via Tensorflow.js.
Original | Upscaled |
---|---|
![]() |
![]() |
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
Support the Project
Add a ⭐️ star on GitHub or