Web application demonstrating XAITK Saliency functionality
- Free software: BSD License
- Created using template from trame-cookiecutter
It is recommended to use conda to properly install the various ML packages.
brew install miniforge
conda init zsh
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