Web application demonstrating XAITK Saliency functionality
Project description
Web application demonstrating XAITK Saliency functionality
Free software: BSD License
Created using template from trame-cookiecutter
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file xaitk-saliency-demo-2.2.2.tar.gz
.
File metadata
- Download URL: xaitk-saliency-demo-2.2.2.tar.gz
- Upload date:
- Size: 23.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.65.0 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee225339a53008d1b2c2056e6bb3bc8f25caade2969c3c3005767bfedca26ab8 |
|
MD5 | 4740ee9d7a6e7d4d2f3bf60bf486d58f |
|
BLAKE2b-256 | 01f04a2ca9e236eb63646a586e45c281786cf20280c0204c463fd83e63358a09 |
File details
Details for the file xaitk_saliency_demo-2.2.2-py3-none-any.whl
.
File metadata
- Download URL: xaitk_saliency_demo-2.2.2-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/40.0 requests/2.31.0 requests-toolbelt/1.0.0 urllib3/2.0.4 tqdm/4.65.0 importlib-metadata/6.8.0 keyring/24.2.0 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92264aed085e2eca0816dcfcd13f3aa7a27c7c3ec2517463b87081957ce0cd29 |
|
MD5 | 50b015ea73fff384893f26801471f114 |
|
BLAKE2b-256 | a94b2e0f2cca2bca9daebe348f9c30ec2176cbe310fcb315a96332460368ad6a |