LICENSE
README.md
pyproject.toml
mira_ai.egg-info/PKG-INFO
mira_ai.egg-info/SOURCES.txt
mira_ai.egg-info/dependency_links.txt
mira_ai.egg-info/entry_points.txt
mira_ai.egg-info/requires.txt
mira_ai.egg-info/top_level.txt
src/__init__.py
src/__main__.py
src/config.py
src/deploy.py
src/exceptions.py
src/hardware.py
src/inference_engine.py
src/logger.py
src/model_picker.py
src/serialization.py
src/version.py
src/visualize.py
src/assets/bytetrack.yaml
src/assets/mira.yaml
src/cli/__init__.py
src/cli/dashboard.py
src/cli/data.py
src/cli/generate.py
src/cli/inference.py
src/cli/system.py
src/cli/train.py
src/cli/wizard.py
src/dashboard/backend/camera_service.py
src/dashboard/backend/main.py
src/dashboard/backend/models.py
src/dashboard/backend/websocket_handler.py
src/dashboard/frontend/dashboard.html
src/pipeline/__init__.py
src/pipeline/benchmark.py
src/pipeline/dataset.py
src/pipeline/models.py
src/pipeline/registry.py
src/pipeline/strategies.py
src/pipeline/train.py
src/pipeline/validators.py
tests/test_camera_service.py
tests/test_cli.py
tests/test_config.py
tests/test_dashboard_models.py
tests/test_deploy.py
tests/test_framebuffer.py
tests/test_hardware.py
tests/test_inference_engine.py
tests/test_logger.py
tests/test_model_picker.py
tests/test_notebook_generators.py
tests/test_pipeline.py
tests/test_security_and_math.py
tests/test_serialization.py
tests/test_strategies.py
tests/test_validators.py
tests/test_visualize.py
tests/test_websocket_handler.py