Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
QualityScaler - image/video AI upscaler app
| Date | Stars |
|---|---|
| 2026-07-24 | 3110 |
| 2026-07-25 | 3109 |
| 2026-07-28 | 3109 |
| 2026-07-30 | 3109 |
| 2026-08-06 | 3109 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<!DOCTYPE html>
<html>
<body>
<div align="center">
<img src="https://github.com/Djdefrag/QualityScaler/blob/main/Assets/logo.png" width="175">
<br><br> QualityScaler - image/video AI upscaler app <br><br>
<a href="https://jangystudio.itch.io/qualityscaler">
<button>
<img src="https://static.itch.io/images/badge-color.svg" width="225" height="70">
</button>
</a>
<a href="https://store.steampowered.com/app/2463110/QualityScaler/">
<button>
<img src="https://images.squarespace-cdn.com/content/v1/5b45fae8b98a78d9d80b9c5c/1531959264455-E7B8MJ3VMPX0593VGCZG/button-steam-available-fixed-2.png" width="250" height="70">
</button>
</a>
</div>
<br>
<div align="center">
<img src="https://github.com/user-attachments/assets/98187c2e-0b10-4856-b34e-89a8df4fbfbe">
</div>
</body>
</html>
## What is QualityScaler?
Qualityscaler is a Windows app powered by AI to enhance, upscale and de-noise photographs and videos.
## How to use QualityScaler?
[movie_max_vp9.webm](https://github.com/user-attachments/assets/4a1984be-c8c8-464b-a3d1-43445635b165)
## Other AI projects.🤓
- https://github.com/Djdefrag/RealScaler / RealScaler - image/video AI upscaler (Real-ESRGAN)
- https://github.com/Djdefrag/FluidFrames.RIFE / FluidFrames.RIFE - video AI frame generation
## Credits.
- BSRGAN - https://github.com/cszn/BSRGAN
- Real-ESRGAN - https://github.com/xinntao/Real-ESRGAN
- IRCNN - https://github.com/lipengFu/IRCNN
## Citations. ❤
- https://80.lv/articles/80-level-digest-great-ai-powered-tools-for-upscaling-images/
- https://timesavervfx.com/ai-upscale/
## How is made. 🛠
QualityScaler is completely written in Python, from backend to frontend.
- [x] pytorch (https://github.com/pytorch/pytorch)
- [x] onnx (https://github.com/onnx/onnx)
- [x] onnxconverter-common (https://github.com/microsoft/onnxconverter-common)
- [x] onnxruntime-directml (https://github.com/microsoft/onnxruntime)
- [x] customtkinter (https://github.com/TomSchimansky/CustomTkinter)
- [x] openCV (https://github.com/opencv/opencv)
- [x] pyInstaller (https://github.com/pyinstaller/pyinstaller)
## Make it work by yourself. 👨💻
Prerequisites.
- Python installed on your pc (https://www.python.org/downloads/)
- VSCode installed on your pc (https://code.visualstudio.com/)
- AI models downloaded (https://gofile.io/d/b4Ds9u)
- ffmpeg.exe file downloaded (https://www.gyan.dev/ffmpeg/builds/) RELEASE BUILD > ffmpeg-release-essentials.7z
Getting started.
- Download the project on your PC (Green button Code > Download ZIP)
- Extract the project from the .zip
- Extract the AI models files in /AI-onnx folder
- Extract FFMPEG.exe in /Assets folder
- Open the project with VSCode (Drag&Drop the project directory on VSCode)
- Click on QualityScaler.py from left bar (VSCode will ask to install Python plugins)
- Install dependencies. In VSCode there is the "Terminal" panel, click there and execute the command "pip install -r requirements.txt"
- Close VSCode and re-open it (this will refresh all the dependecies installed)
- Click on the "Play button" in the upper right corner of VSCode
## Requirements. 🤓
- Windows 11 / Windows 10
- RAM >= 8Gb
- Any Directx12 compatible GPU with >= 4GB VRAM
## Features.
- [x] Elegant and easy to use GUI
- [x] Image and Video upscale
- [x] Multiple GPUs support
- [x] Compatible images - jpg, png, tif, bmp, webp, heic
- [x] Compatible video - mp4, wemb, mkv, flv, gif, avi, mov, mpg, qt, 3gp
- [x] Automatic image tilling to avoid gpu VRAM limitation
- [x] Resize image/video before upscaling
- [x] Interpolation beetween original file and upscaled file
- [x] Video upscaling STOP&RESUME
- [x] PRIVACY FOCUSED - no internet connection required / everything is on your PC
## Next steps. 🤫
- [x] 1.X versions
- [x] Switch to Pytorch-directml to support all Directx12 compatible gpu (AMD, Intel, NvidExcerpt of 6,826 characters
Read on GitHub295
35
Zachary Vorhies · United States
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7a726d9ab4f65cb8, topic:onnx, topic:onnxruntime
matched fp:7a726d9ab4f65cb8, topic:deep-learning, topic:pytorch
matched fp:7a726d9ab4f65cb8, topic:opencv
matched fp:7a726d9ab4f65cb8, topic:super-resolution, readme:upscaling