Skip to content

The XAI Demonstrator is a modular platform that lets users interact with production-grade Explainable AI (XAI) systems.

License

Notifications You must be signed in to change notification settings

mathiaspet/xai-demonstrator

 
 

Repository files navigation

XAI Demonstrator

License Language grade: JavaScript Language grade: Python

The XAI Demonstrator is a modular platform that lets users interact with production-grade Explainable AI (XAI) systems.

For general information, see our project website at xai-demonstrator.github.io.

Getting Started

If you just want to try the XAI Demonstrator, have a look at the list of publicly accessible deployments below.

Running the XAI Demonstrator locally requires Docker (but nothing else). If you're new to Docker, see the Docker Desktop installation instructions.

The fastest way to start a local version of the most recent development version of the XAI Demonstrator is to use the test-local deployment configuration:

cd deployment/test-local
docker-compose up

Then, you can reach the app at localhost:8000.

To start a local instance of the XAI Demonstrator built from source, run docker-compose up in the top-level directory, wait for all builds to complete, and access the app at localhost:8000.

Documentation

Documentation

A technical documentation with user guides is taking shape at xai-demonstrator.github.io/xai-demonstrator/.

Use Cases

Each use case illustrates a particular application of user-centric XAI methods.

Code Description Build Test
review-sentiment Explain the sentiment analysis of customer reviews by a multi-lingual BERT model using gradient-based feature importance explanation methods Review Sentiment BE: Coverage Status
FE: Coverage Status
visual-inspection Visually explain the classification of images using model-agnostic local explanation methods Visual Inspection BE: Coverage Status
FE: Coverage Status

You can try out a standalone version each use case locally by running docker-compose up in the respective directory. Then, the use case is available at localhost:8000.

Further Components

Package Description Build Test
common/backend-utils Python package providing common functionality for FastAPI backend services Backend Utils Coverage Status
common/vue-components NPM package providing common VueJS components for frontends Vue Components Coverage Status
landing-page Frontend that serves as a common entry point to all use cases. Landing Page

Deployments

Monitor Deployment(s)

Configuration Location Description Status
test-deployment https://test.xaidemo.de Latest version of the landing page and all use cases Test Deployment
prod-deployment https://www.xaidemo.de Current release Prod Deployment

License

The XAI Demonstrator is licensed under the terms of the Apache 2.0 license.

About

The XAI Demonstrator is a modular platform that lets users interact with production-grade Explainable AI (XAI) systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 38.4%
  • Vue 30.5%
  • JavaScript 20.6%
  • HTML 6.3%
  • CSS 1.7%
  • Dockerfile 1.4%
  • Shell 1.1%