LICENSE
README.md
README_PYPI.md
pyproject.toml
coflect/__init__.py
coflect/cli.py
coflect/version.py
coflect.egg-info/PKG-INFO
coflect.egg-info/SOURCES.txt
coflect.egg-info/dependency_links.txt
coflect.egg-info/entry_points.txt
coflect.egg-info/requires.txt
coflect.egg-info/top_level.txt
coflect/backends/__init__.py
coflect/backends/base.py
coflect/backends/jax_backend.py
coflect/backends/registry.py
coflect/backends/tensorflow_backend.py
coflect/backends/torch_backend.py
coflect/modules/__init__.py
coflect/modules/base.py
coflect/modules/registry.py
coflect/modules/hitl/__init__.py
coflect/modules/hitl/launcher.py
coflect/modules/hitl/backend/__init__.py
coflect/modules/hitl/backend/__main__.py
coflect/modules/hitl/backend/app.py
coflect/modules/hitl/backend/static/app.js
coflect/modules/hitl/backend/static/index.html
coflect/modules/hitl/backend/static/styles.css
coflect/modules/hitl/common/__init__.py
coflect/modules/hitl/common/instruction_parser.py
coflect/modules/hitl/common/messages.py
coflect/modules/hitl/common/notebook_bridge.py
coflect/modules/hitl/common/synth_dataset.py
coflect/modules/hitl/common/synth_numpy.py
coflect/modules/hitl/common/tf_model.py
coflect/modules/hitl/common/torch_dataset.py
coflect/modules/hitl/common/wire.py
coflect/modules/hitl/forecast/__init__.py
coflect/modules/hitl/forecast/__main__.py
coflect/modules/hitl/forecast/worker.py
coflect/modules/hitl/trainer/__init__.py
coflect/modules/hitl/trainer/__main__.py
coflect/modules/hitl/trainer/train_tf.py
coflect/modules/hitl/trainer/train_torch.py
coflect/modules/hitl/xai_worker/__init__.py
coflect/modules/hitl/xai_worker/__main__.py
coflect/modules/hitl/xai_worker/gradcam.py
coflect/modules/hitl/xai_worker/gradcam_tf.py
coflect/modules/hitl/xai_worker/livecam.py
coflect/modules/hitl/xai_worker/livecam_tf.py
coflect/modules/hitl/xai_worker/worker_tf_gradcam.py
coflect/modules/hitl/xai_worker/worker_tf_livecam.py
coflect/modules/hitl/xai_worker/worker_torch_gradcam.py
coflect/modules/hitl/xai_worker/worker_torch_livecam.py
tests/test_backend_registry.py
tests/test_forecast_worker.py
tests/test_hitl_launcher.py
tests/test_instruction_parser.py
tests/test_messages.py
tests/test_module_registry.py
tests/test_notebook_bridge.py
tests/test_torch_dataset.py
tests/test_version.py