Installation¶
Move into cloned directory:
Stable release¶
uv¶
To install Audio XAI, run this command in your terminal:
Or if you prefer to use pip:
conda¶
# conda may be heavy for some users, so it is OPTIONAL
conda create -n audio_xai python=3.12
conda activate audio_xai
# install package
pip3 install --upgrade pip
pip3 install -e .
From source¶
The source files for Audio XAI can be downloaded from the Github repo.
You can either clone the public repository:
Or download the tarball:
Once you have a copy of the source, you can install it with: