JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wojciech Janota b0ec18fedb Work 3 weeks ago
dataset WIP 5 months ago
longinus Work 3 weeks ago
.gitignore Initial commit 7 months ago
LICENSE Initial commit 7 months ago
README.md Skeleton 7 months ago

README.md

longinus

JPEG-compatible image compressor that uses machine learning to adjust coefficients in DCT table.

Installation guide

  1. Download libjpeg-turbo according to your distributions guidelines (for Debian-based: sudo apt install libturbojpeg, for Windows use official installer, for macOS use brew: brew install jpeg-turbo)
  2. Clone this repository
  3. cd longinus/longinus
  4. Ensure poetry is installed: Poetry
  5. poetry install
  6. poetry build
  7. poetry shell

Now the command longinus should be available.