LICENSE
NOTICE
README.md
pyproject.toml
oneopen_annotator/__init__.py
oneopen_annotator/__main__.py
oneopen_annotator/cli.py
oneopen_annotator/config.py
oneopen_annotator.egg-info/PKG-INFO
oneopen_annotator.egg-info/SOURCES.txt
oneopen_annotator.egg-info/dependency_links.txt
oneopen_annotator.egg-info/entry_points.txt
oneopen_annotator.egg-info/requires.txt
oneopen_annotator.egg-info/top_level.txt
oneopen_annotator/core/__init__.py
oneopen_annotator/core/database.py
oneopen_annotator/core/schemas.py
oneopen_annotator/core/storage.py
oneopen_annotator/server/__init__.py
oneopen_annotator/server/app.py
oneopen_annotator/server/routes/__init__.py
oneopen_annotator/server/routes/api.py
oneopen_annotator/server/routes/pages.py
oneopen_annotator/services/__init__.py
oneopen_annotator/services/annotation_service.py
oneopen_annotator/services/auto_annotate.py
oneopen_annotator/services/export_service.py
oneopen_annotator/services/import_service.py
oneopen_annotator/services/model_catalog.py
oneopen_annotator/services/model_registry.py
oneopen_annotator/services/preprocess.py
oneopen_annotator/services/project_service.py
oneopen_annotator/services/training_service.py
oneopen_annotator/static/css/pipeline.css
oneopen_annotator/static/css/theme.css
oneopen_annotator/static/img/favicon.svg
oneopen_annotator/static/img/logo.svg
oneopen_annotator/static/js/annotator.js
oneopen_annotator/static/js/app.js
oneopen_annotator/static/js/dashboard.js
oneopen_annotator/static/js/pipeline_ui.js
oneopen_annotator/static/js/project.js
oneopen_annotator/static/js/upload.js
oneopen_annotator/templates/annotate.html
oneopen_annotator/templates/base.html
oneopen_annotator/templates/dashboard.html
oneopen_annotator/templates/project_detail.html
oneopen_annotator/templates/project_new.html
oneopen_annotator/templates/upload.html