https://github.com/nullhawk/image-compressor
Image compressor made using PyQt which uses singular value decomposition to compress the image
https://github.com/nullhawk/image-compressor
Last synced: about 1 year ago
JSON representation
Image compressor made using PyQt which uses singular value decomposition to compress the image
- Host: GitHub
- URL: https://github.com/nullhawk/image-compressor
- Owner: nullHawk
- License: mit
- Created: 2024-01-22T23:58:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T17:47:24.000Z (about 2 years ago)
- Last Synced: 2025-02-09T06:13:45.584Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image-Compressor
Image compressor made using PyQt which uses singular value decomposition to compress the image
## Setup The project
- ### Install requirments
- `pip install -r requirements. txt`
- ### Run the GUI
- `python compressor_UI.py`
## Screens



