AnomaVision

pip (Basic CPU-only)

pip install anomavision

Development Mode

For contributors:

uv pip install -e ".[dev]"

3. Optional Backends


4. Verify Installation

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