To run QualityScaler from the source code on your machine, follow these steps:
Prerequisites:
- Install Python.
- Install VSCode.
- Download the AI models.
- Download
ffmpeg.exe (RELEASE BUILD > ffmpeg-release-essentials.7z) from Gyan.dev.
Installation:
- Download the project ZIP from GitHub and extract it.
- Extract the downloaded AI models into the
/AI-onnx folder. - Extract
ffmpeg.exe into the /Assets folder. - Open the project directory in VSCode.
- Open
QualityScaler.py (install Python plugins if prompted by VSCode). - Open the VSCode Terminal and run:
pip install -r requirements.txt
- Close and re-open VSCode to refresh dependencies.
- Click the Play button in the upper right corner of VSCode to run the application.
pip install -r requirements.txt