REAL-Video-Enhancer icon indicating copy to clipboard operation
REAL-Video-Enhancer copied to clipboard

[wish] Separate UI & logic into separate repos

Open twardoch opened this issue 1 year ago • 1 comments

I'd love to see some refactoring of this:

  1. A proper pip/uv-installable Python package that can setup the environment & download the models, and can perform the inference — such that it can be published on Pypi, and used e.g. in a Google Colab notebook or my own code

  2. A separate repo that holds the Qt app GUI and desktop/GUI app creation

These two repos could have very separate dependencies, and the "engine" shouldn't have to rely on Qt.

twardoch avatar Sep 10 '24 20:09 twardoch

This seems like a possible idea, but if you want just the backend it is completely separate and in the backend/ folder. It doesn't need Qt to function. Args are in the rve-backend.py file.

TNTwise avatar Sep 10 '24 20:09 TNTwise

Colab notebook in readme

TNTwise avatar Mar 23 '25 16:03 TNTwise