.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
demo/image_classification.py
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
src/torchwebio/__init__.py
src/torchwebio/exceptions.py
src/torchwebio/webalyzer.py
src/torchwebio.egg-info/PKG-INFO
src/torchwebio.egg-info/SOURCES.txt
src/torchwebio.egg-info/dependency_links.txt
src/torchwebio.egg-info/not-zip-safe
src/torchwebio.egg-info/requires.txt
src/torchwebio.egg-info/top_level.txt
src/torchwebio/models/__init__.py
src/torchwebio/models/image/__init__.py
src/torchwebio/models/image/imageclassificationmodel.py
tests/conftest.py
tests/test_image_model.py