Skip to main content

Web application demonstrating XAITK Saliency functionality

Project description

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

Contribute

Commit messages needs to follow semantic-release expectation.

  • fix(scope): summary will trigger a +0.0.1 version

  • feat(scope): summary will trigger a +0.1.0 version bump

  • ci/chore/docs will not trigger a release

Then to move to +1.0.0 you need to add a BREAKING CHANGE: xyz after the body of the commit message.

Docker image

For each commit to master the CI will push a new kitware/trame:xaitk image to dockerhub. Such image can be ran locally using the following command line.

docker run -it --rm --gpus all -p 8080:80 kitware/trame:xaitk

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xaitk-saliency-demo-2.2.1.tar.gz (23.0 kB view hashes)

Uploaded Source

Built Distribution

xaitk_saliency_demo-2.2.1-py3-none-any.whl (26.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page