Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 694 Bytes

Enhance-Real

An image enhancement GUI tool based on Real-ESRGAN technology

Functions

  • Select different models for image enhancement
  • Select input image file
  • Select the output image folder
  • Run the Real-ESRGAN process to process the image
  • Preview the input image in the interface

System Requirements

  • Python 3.6 and above
  • Install required Python dependencies:
    • PySimpleGUI
    • Pillow
      PySimpleGUI == 4.60.4
      Pillow == 9.2.0```
      
      

You can save the above to a file named requirements.txt and use pip install -r requirements.txt to install the required dependencies. Please adjust the dependencies and version numbers according to your actual project needs.