InstallationΒΆ

It is easiest to use BLADE from the PyPI package:

pip install iohblade

Important

The Python version must be >= 3.10. An OpenAI/Gemini/Ollama API key is needed for using LLM models.

You can also install the package from source using Poetry (1.8.5).

  1. Clone the repository:

    git clone https://github.com/XAI-liacs/BLADE.git
    cd BLADE
    
  2. Install the required dependencies via Poetry:

    poetry install