Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1008 Bytes

readme.md

File metadata and controls

26 lines (21 loc) · 1008 Bytes

TensorflowJS ESRGAN

A Tensorflow.JS wrapper of ESRGAN (aka Zoom and Enhance) based off the ESRGAN Tensorflow Implementation. Made with Typescript, Python, Node.js, and Tensorflow.js.

What it does

Like the description says, it enhances and upscales images like they do in the movies

Quickstart

Make sure you have node.js installed. You can check this with node -v. If you dont have node.js installed, you can install it from here

npm i
npm run build
npm run start

See more examples in the documentation

Future Releases

I may end up converting this to work in the browser, in a svelte app. Stay tuned!

Resources

License

MIT