Skip to content

Installation

Move into cloned directory:

cd Audio-XAI

Stable release

uv

To install Audio XAI, run this command in your terminal:

uv add Audio-XAI

Or if you prefer to use pip:

pip install Audio-XAI

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:

git clone https://github.com/cncPomper/Audio-XAI

Or download the tarball:

curl -OJL https://github.com/cncPomper/Audio-XAI/tarball/master

Once you have a copy of the source, you can install it with:

cd Audio-XAI
uv sync