.gitattributes
.gitignore
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
MODEL_CARD.md
README.md
pyproject.toml
echoroi/__init__.py
echoroi/cli.py
echoroi/inference.py
echoroi/model.py
echoroi/preprocessing.py
echoroi/training.py
echoroi.egg-info/PKG-INFO
echoroi.egg-info/SOURCES.txt
echoroi.egg-info/dependency_links.txt
echoroi.egg-info/entry_points.txt
echoroi.egg-info/requires.txt
echoroi.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_model.py
tests/test_preprocessing.py