Installation Guide

The RAI Tracker can be deployed on Windows or Ubuntu Os, using anaconda or python.

The RAI Tracker prerequisites:

NodeJs:

Python (versions supported 3.9 to 3.10.6)

JupyterLab

  • If you use pip:

> pip install jupyterlab==3.6.1
  • If you use conda:

> conda install -c conda-forge jupyterlab==3.6.1

The Responsible AI Tracker has two installation options:

The default installation only installs the essential packages.

> pip install raitracker

The installation With the [all] flag installs the essential packages plus PyTorch, and Tensorflow.

> pip install raitracker[all]

Running:

To install, open your console and type:

> jupyter lab

The extension should be available in the left vertical bar.