Skip to content

Explaining Tele Assist System (TAS) workflow adaptations using LIME

Notifications You must be signed in to change notification settings

shivshringare/xaiexemplar

Repository files navigation

Explaining Tele Assist System (TAS) workflow adaptations using LIME

Source Code for Auckland University of Technology Master's 60pt Dissertation

Before you begin, ensure you have met the following requirements:

  • Python 3.11 or later
  • Pip package manager
  • An environment manager like venv (optional, but recommended)

Setup Python Virtual Environment

python -m venv env

Activate the virtual environment

On Windows:

venv\Scripts\activate

On Linux or MacOS:

source venv/bin/activate

Setup

Install dependencies

pip install <dependency>

Usage

  • Run explanable_tas.py to run the workflow and generate LIME explanations and plots

References

About

Explaining Tele Assist System (TAS) workflow adaptations using LIME

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages