pip install anomavision
For contributors:
uv pip install -e ".[dev]"
ONNX Runtime
pip install onnxruntime onnxruntime-tools
OpenVINO
pip install openvino
TensorRT (requires NVIDIA setup) Follow NVIDIA TensorRT Installation Guide.
Visualization (Matplotlib)
pip install matplotlib
Run a quick test to confirm everything is available:
python -c "import anomavision, torch; print('✅ Ready —', torch.__version__)"
# Confirm the CLI is registered
anomavision --help
anomavision train --help
anomavision detect --help
anomavision eval --help
anomavision export --help