Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wish] Separate UI & logic into separate repos #27

Open
twardoch opened this issue Sep 10, 2024 · 1 comment
Open

[wish] Separate UI & logic into separate repos #27

twardoch opened this issue Sep 10, 2024 · 1 comment

Comments

@twardoch
Copy link

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.

@TNTwise
Copy link
Owner

TNTwise commented Sep 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants