LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/api_reference.md
docs/usage.md
examples/analysis_example.py
examples/server_example.py
examples/train_example.py
spindle/__init__.py
spindle/data/__init__.py
spindle/data/embedding.py
spindle/models/__init__.py
spindle/models/autoencoder.py
spindle/models/trainer.py
spindle/utils/__init__.py
spindle/utils/analysis.py
spindle/utils/server.py
spindle/utils/weights.py
spindle_ml.egg-info/PKG-INFO
spindle_ml.egg-info/SOURCES.txt
spindle_ml.egg-info/dependency_links.txt
spindle_ml.egg-info/requires.txt
spindle_ml.egg-info/top_level.txt
static/index.html
tests/test_sae.py