LICENSE
README.md
pyproject.toml
src/synth/__init__.py
src/synth/cli/__init__.py
src/synth/cli/display.py
src/synth/cli/main.py
src/synth/cli/silence.py
src/synth/core/__init__.py
src/synth/core/auth.py
src/synth/core/device.py
src/synth/core/ensemble.py
src/synth/core/exceptions.py
src/synth/core/manager.py
src/synth/core/normalizer.py
src/synth/core/ocr.py
src/synth/core/registry.py
src/synth/core/router.py
src/synth/core/update_check.py
src/synth/core/weights.py
src/synth/detectors/__init__.py
src/synth/detectors/base.py
src/synth/detectors/bnn/__init__.py
src/synth/detectors/bnn/backbone.py
src/synth/detectors/bnn/detector.py
src/synth/detectors/bnn/preprocessing.py
src/synth/detectors/cospy/__init__.py
src/synth/detectors/cospy/detector.py
src/synth/detectors/cospy/model.py
src/synth/detectors/cospy/transforms.py
src/synth/detectors/diveye/__init__.py
src/synth/detectors/diveye/classifier.py
src/synth/detectors/diveye/detector.py
src/synth/detectors/diveye/features.py
src/synth/detectors/luminol/__init__.py
src/synth/detectors/luminol/detector.py
src/synth/detectors/luminol/features.py
src/synth/detectors/luminol/perplexity.py
src/synth/detectors/luminol/shuffler.py
src/synth_authenticator.egg-info/PKG-INFO
src/synth_authenticator.egg-info/SOURCES.txt
src/synth_authenticator.egg-info/dependency_links.txt
src/synth_authenticator.egg-info/entry_points.txt
src/synth_authenticator.egg-info/requires.txt
src/synth_authenticator.egg-info/top_level.txt
tests/test_cli_quick.py