LICENSE
README.md
pyproject.toml
featlens/__init__.py
featlens/cache.py
featlens/cli.py
featlens/correspond.py
featlens/extractor.py
featlens/grid.py
featlens/methods.py
featlens/pca.py
featlens/preprocess.py
featlens/registry.py
featlens/tokens.py
featlens.egg-info/PKG-INFO
featlens.egg-info/SOURCES.txt
featlens.egg-info/dependency_links.txt
featlens.egg-info/entry_points.txt
featlens.egg-info/requires.txt
featlens.egg-info/top_level.txt
featlens/adapters/__init__.py
featlens/adapters/base.py
featlens/adapters/custom_adapter.py
featlens/adapters/external_adapter.py
featlens/adapters/hf_adapter.py
featlens/adapters/timm_adapter.py
featlens/adapters/torchhub_adapter.py
tests/test_cache.py
tests/test_methods.py
tests/test_smoke.py