LICENSE
README.md
pyproject.toml
setup.py
chesspos/__init__.py
chesspos.egg-info/PKG-INFO
chesspos.egg-info/SOURCES.txt
chesspos.egg-info/dependency_links.txt
chesspos.egg-info/not-zip-safe
chesspos.egg-info/requires.txt
chesspos.egg-info/top_level.txt
chesspos/evaluation/__init__.py
chesspos/evaluation/monitoring.py
chesspos/models/__init__.py
chesspos/models/autoencoder.py
chesspos/models/cnn_autoencoder.py
chesspos/models/dense.py
chesspos/models/dense_autoencoder.py
chesspos/models/deprecated_models.py
chesspos/models/resnet_autoencoder.py
chesspos/models/saveable_model.py
chesspos/models/trainable_model.py
chesspos/preprocessing/__init__.py
chesspos/preprocessing/board_converter.py
chesspos/preprocessing/game_filters.py
chesspos/preprocessing/game_processors.py
chesspos/preprocessing/pgn_extractor.py
chesspos/preprocessing/sample_generator.py
chesspos/preprocessing/utils.py
chesspos/utils/__init__.py
chesspos/utils/decorators.py
chesspos/utils/utils.py