Skip to content

Demonstration Web UI to visualize XAITK Saliency functionality.

License

Notifications You must be signed in to change notification settings

eveenhuis/xaitk-saliency-web-demo

 
 

Repository files navigation

XAITK Saliency Demo

Web application demonstrating XAITK Saliency functionality

Installing

It is recommended to use conda to properly install the various ML packages.

macOS conda setup

brew install miniforge
conda init zsh

venv creation for AI

conda create --name xaitk python=3.9 -y
conda activate xaitk

# For development when inside repo
pip install -e .

# For testing (no need to clone repo)
pip install xaitk-saliency-demo

Run the application

conda activate xaitk
xaitk-saliency-demo

image_1 image_2 image_3 image_4

About

Demonstration Web UI to visualize XAITK Saliency functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.9%
  • Jupyter Notebook 6.1%