.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/requirements.txt
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/ukw_ml_tools.rst
src/ukw_ml_tools/__init__.py
src/ukw_ml_tools/__main__.py
src/ukw_ml_tools/cli.py
src/ukw_ml_tools.egg-info/PKG-INFO
src/ukw_ml_tools.egg-info/SOURCES.txt
src/ukw_ml_tools.egg-info/dependency_links.txt
src/ukw_ml_tools.egg-info/entry_points.txt
src/ukw_ml_tools.egg-info/not-zip-safe
src/ukw_ml_tools.egg-info/requires.txt
src/ukw_ml_tools.egg-info/top_level.txt
src/ukw_ml_tools/datamodules/__init__.py
src/ukw_ml_tools/datamodules/binary_image_classification_dm.py
src/ukw_ml_tools/datasets/__init__.py
src/ukw_ml_tools/datasets/binary_image_classification_ds.py
src/ukw_ml_tools/db/__init__.py
src/ukw_ml_tools/db/conversions.py
src/ukw_ml_tools/db/crud.py
src/ukw_ml_tools/db/visualization.py
src/ukw_ml_tools/models/__init__.py
src/ukw_ml_tools/models/pl_tool_detection_resnet.py
src/ukw_ml_tools/prelabeling/__init__.py
src/ukw_ml_tools/prelabeling/text_matching.py
src/ukw_ml_tools/streamlit/__init__.py
src/ukw_ml_tools/utils/__init__.py
src/ukw_ml_tools/utils/export.py
src/ukw_ml_tools/utils/image_augmentations.py
tests/test_ukw_ml_tools.py