Skip to content

Commit

Permalink
QualityScaler 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Djdefrag authored Nov 22, 2024
1 parent f59e7ad commit cb414b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ Qualityscaler is a Windows app powered by AI to enhance, upscale and de-noise ph

## How is made. 🛠
QualityScaler is completely written in Python, from backend to frontend.
- [x] Pytorch (https://github.com/pytorch/pytorch)
- [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] openCV (https://github.com/opencv/opencv)
- [x] moviepy (https://github.com/Zulko/moviepy)
- [x] PyInstaller (https://github.com/pyinstaller/pyinstaller)
- [x] pyInstaller (https://github.com/pyinstaller/pyinstaller)

## Make it work by yourself. 👨‍💻
Prerequisites.
- Python installed on your pc (https://www.python.org/downloads/release/python-3119/)
- VSCode installed on your pc (https://code.visualstudio.com/)
- AI models downloaded (https://gofile.io/d/jMTrsP)
- AI models downloaded (https://gofile.io/d/MEKvps)
- FFMPEG.exe downloaded (https://www.gyan.dev/ffmpeg/builds/) RELEASE BUILD > ffmpeg-release-essentials.7z

Getting started.
Expand Down

0 comments on commit cb414b9

Please sign in to comment.