Super-resolution Convolutional Neural Network for image upscaling.
Based on Image Super-Resolution Using Deep Convolutional Networks.
The model is trained with 1500 images from unsplash using Python and Tensorflow.
The web app is built with:
- Vite
- Tensorflow.js
- WASM backend
- WebWorker
To try the online demo, go to this page.
To host the Demo, clone the demo, build the app and serve the dist folder
npm i
npm run build
To use the development server, you need a browser with WebWorker module support
To train the model with your own data and settings use this Notebook.
This project is created by
This project is licensed under the MIT license.