README.md
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/top_level.txt
chesspos/models/__init__.py
chesspos/models/chessposition_inspectable_autoencoder.py
chesspos/models/cnn_autoencoder.py
chesspos/models/dense.py
chesspos/models/dense_autoencoder.py
chesspos/models/models.py
chesspos/models/saveable_model.py
chesspos/models/trainable_model.py
chesspos/preprocessing/__init__.py
chesspos/preprocessing/pgnextract.py
chesspos/preprocessing/sample_generator.py
chesspos/utils/__init__.py
chesspos/utils/bitboard_preprocessor.py
chesspos/utils/board_bitboard_converter.py
chesspos/utils/utils.py