Installation

Pre-requisites

The project is entirely made in Python 3.9 and tested on Windows 11 64 bits. Both CPU and GPU are supported with PyTorch 2.0.1.

Install from PyPI

Our library can be installed from PyPI with its dependencies by running the following command:

pip install beexai

Install from source

To use ExplainabilityBenchmark, first clone the repository:

git clone https://github.com/SquareResearchCenter-AI/BEExAI.git

Then, install the requirements:

cd BEExAI
pip install -r requirements.txt