LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tests/test_arithmetic_coding.py
tests/test_benchmarks.py
tests/test_compress_api.py
tests/test_decoder.py
tests/test_encoder.py
tests/test_float16.py
tests/test_gorilla.py
tests/test_hvqvae.py
tests/test_image_audio.py
tests/test_integration.py
tests/test_lossless_codec.py
tests/test_mnf_tiered.py
tests/test_normalized_lossless.py
tests/test_optimal.py
tests/test_pipelined.py
tests/test_preprocessors.py
tests/test_processor.py
tests/test_storage.py
tests/test_streaming.py
tests/test_synthetic_generators.py
tests/test_tiered_codec.py
tests/test_universal_preprocessor.py
tests/test_vectordb.py
tests/test_video.py
umc/__init__.py
umc/__main__.py
umc/_neural.py
umc/benchmark_report.py
umc/cli_formatting.py
umc/config.py
umc/dashboard.py
umc/hub.py
umc/pandas_ext.py
umc.egg-info/PKG-INFO
umc.egg-info/SOURCES.txt
umc.egg-info/dependency_links.txt
umc.egg-info/entry_points.txt
umc.egg-info/requires.txt
umc.egg-info/top_level.txt
umc/cext/__init__.py
umc/cext/build.py
umc/cext/kernels.c
umc/codec/__init__.py
umc/codec/arithmetic.py
umc/codec/byte_model.py
umc/codec/gorilla.py
umc/codec/lossless.py
umc/codec/optimal.py
umc/codec/residual.py
umc/codec/streaming.py
umc/codec/tiered.py
umc/data/__init__.py
umc/data/audio_loader.py
umc/data/image_loader.py
umc/data/loaders.py
umc/data/preprocessors.py
umc/data/synthetic.py
umc/data/video_loader.py
umc/decoder/__init__.py
umc/decoder/base.py
umc/decoder/conv_decoder.py
umc/decoder/hvqvae_decoder.py
umc/decoder/mlp_decoder.py
umc/encoder/__init__.py
umc/encoder/adaptive.py
umc/encoder/base.py
umc/encoder/conv_encoder.py
umc/encoder/hvqvae_encoder.py
umc/encoder/vae.py
umc/encoder/vq_layers.py
umc/evaluation/__init__.py
umc/evaluation/benchmarks.py
umc/evaluation/metrics.py
umc/processor/__init__.py
umc/processor/anomaly.py
umc/processor/arithmetic.py
umc/processor/cluster.py
umc/processor/interpolate.py
umc/processor/search.py
umc/storage/__init__.py
umc/storage/entropy.py
umc/storage/manifest.py
umc/storage/mnf_format.py
umc/training/__init__.py
umc/training/losses.py
umc/training/scheduler.py
umc/training/trainer.py
umc/vectordb/__init__.py
umc/vectordb/__main__.py
umc/vectordb/engine.py
umc/vectordb/server.py