LICENSE
README.md
pyproject.toml
squishfile/__init__.py
squishfile/cli.py
squishfile/detector.py
squishfile/main.py
squishfile.egg-info/PKG-INFO
squishfile.egg-info/SOURCES.txt
squishfile.egg-info/dependency_links.txt
squishfile.egg-info/entry_points.txt
squishfile.egg-info/requires.txt
squishfile.egg-info/top_level.txt
squishfile/compressor/__init__.py
squishfile/compressor/audio.py
squishfile/compressor/engine.py
squishfile/compressor/ffmpeg_utils.py
squishfile/compressor/image.py
squishfile/compressor/pdf.py
squishfile/compressor/predictor.py
squishfile/compressor/video.py
squishfile/frontend/dist/index.html
squishfile/frontend/dist/vite.svg
squishfile/frontend/dist/assets/index-BrQ_Ud6b.css
squishfile/frontend/dist/assets/index-CZwvyrJ8.js
squishfile/models/__init__.py
squishfile/models/quality_model.pkl
squishfile/routes/__init__.py
squishfile/routes/compress.py
squishfile/routes/upload.py
tests/test_audio_compressor.py
tests/test_compress_api.py
tests/test_detector.py
tests/test_engine.py
tests/test_ffmpeg_utils.py
tests/test_image_compressor.py
tests/test_integration.py
tests/test_main.py
tests/test_pdf_compressor.py
tests/test_predictor.py
tests/test_upload.py
tests/test_video_compressor.py