An awesome UI for visual model deployment based on PyQt5
Table of Contents
- Create a conda environment.
conda create -n qt python=3.9.13
- Install the dependent packages.
pip install -r requirements.txt pip install -r requirements-extra.txt
- Download the model file and unzip it to the model folder.
Note: Please first modify
requirements-extra.txt
for appropriate Pytorch version according to the CUDA. For further development, it is necessary to install some additional packages, such asPyQt5-tools
.
- Release the main-feature available version v1.0.0
RezMaster is released under GPLv3 license.