Skip to content

使用Vue和Real-ESRGAN的图片放大(清晰化)工具

Notifications You must be signed in to change notification settings

Arkitect-z/Imagnifier

Repository files navigation

logo

Imagnifier

An implementation of an anime image amplifier application that integrates Vue 3 + Vite 2 + Vue-Router 4 + Vuex 4 + TailWindCss + TypeScript + ESLint and other frameworks and components.
The backend adopts Flask as the service framework and PyQt as the front-end and back-end host, and uses pre-trained models from Real-ESRGAN for image clarification operations
Next plans: reduce the size of the app to a single page app, add page adaptive effects

Tech stack

Demo

Image Selection and Viewing

1.mp4

Image Processing and Results Comparison

2.mp4

Build

npm install

Put the models downloaded from Real-ESRGAN Model Library into the "\BackEnd\experiments\pretrained_models" directory.

npm run dev
npm run build

Acknowledgement

Thanks toelement-plus-vite-starter Help me learn how to build Vue projects from scratch
Thanks toReal-ESRGAN