.gitignore
CHANGELOG.md
README.md
environment.yml
pyproject.toml
pyrightconfig.json
.github/workflows/ci.yml
.github/workflows/release.yml
.vscode/settings.json
docs/conf.py
docs/index.md
docs/api/index.rst
src/explore/__init__.py
src/explore/cli.py
src/explore/config.py
src/explore/assets/explore_logo.png
src/explore/assets/explore_logo_writing.png
src/explore/classification/__init__.py
src/explore/classification/active_learning.py
src/explore/classification/clip_classifier.py
src/explore/detection/__init__.py
src/explore/detection/box_localizer.py
src/explore/detection/object_detector.py
src/explore/gui/__init__.py
src/explore/gui/behavior_setup.py
src/explore/gui/nicegui_app.py
src/explore/gui/object_setup.py
src/explore/gui/review.py
src/explore/pipeline/__init__.py
src/explore/pipeline/analysis.py
src/explore/pipeline/prediction.py
src/explore/utils/__init__.py
src/explore/utils/io.py
src/explore/utils/video.py
src/explore_behavior.egg-info/PKG-INFO
src/explore_behavior.egg-info/SOURCES.txt
src/explore_behavior.egg-info/dependency_links.txt
src/explore_behavior.egg-info/entry_points.txt
src/explore_behavior.egg-info/requires.txt
src/explore_behavior.egg-info/top_level.txt
tests/conftest.py
tests/test_analysis.py
tests/test_classification.py
tests/test_config.py
tests/test_detection.py
tests/test_pipeline.py
tests/test_utils.py