LICENSE
README.md
pyproject.toml
setup.py
Hocrox.egg-info/PKG-INFO
Hocrox.egg-info/SOURCES.txt
Hocrox.egg-info/dependency_links.txt
Hocrox.egg-info/requires.txt
Hocrox.egg-info/top_level.txt
hocrox/__init__.py
hocrox/layer/__init__.py
hocrox/layer/augmentation/__init__.py
hocrox/layer/augmentation/random_flip.py
hocrox/layer/augmentation/random_rotate.py
hocrox/layer/preprocessing/__init__.py
hocrox/layer/preprocessing/crop.py
hocrox/layer/preprocessing/grayscale.py
hocrox/layer/preprocessing/horizontal_flip.py
hocrox/layer/preprocessing/pading.py
hocrox/layer/preprocessing/resize.py
hocrox/layer/preprocessing/rotate.py
hocrox/layer/preprocessing/save.py
hocrox/layer/preprocessing/vertical_flip.py
hocrox/model/__init__.py
hocrox/model/model.py
hocrox/utils/__init__.py
hocrox/utils/is_valid_layer.py
hocrox/utils/layer.py