LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
biocodelib/__init__.py
biocodelib/deep_learning_utils.py
biocodelib/evaluation.py
biocodelib/preprocessing.py
biocodelib/utils.py
biocodelib.egg-info/PKG-INFO
biocodelib.egg-info/SOURCES.txt
biocodelib.egg-info/dependency_links.txt
biocodelib.egg-info/requires.txt
biocodelib.egg-info/top_level.txt
biocodelib/algorithms/__init__.py
biocodelib/algorithms/biohashing.py
biocodelib/algorithms/deep_learning.py
biocodelib/algorithms/encryption_utils.py
biocodelib/algorithms/iom_hashing.py
biocodelib/algorithms/xor_encryption.py
biocodelib/feature_extraction/__init__.py
biocodelib/feature_extraction/feature_utils.py
biocodelib/feature_extraction/image_features.py
biocodelib/feature_extraction/minutiae_extraction.py