AI/XAI exploration in the context of ParFlow simulation code
Project description
AI/XAI exploration in the context of ParFlow simulation code
Free software: BSD License
Installing
Build and install the Vue components
cd vue-components
npm i
npm run build
cd -
For the Python layer 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 XAI
conda create --name sandtank-xai python=3.9 -y
conda activate sandtank-xai
conda install "pytorch==1.11.0" -c pytorch -y
conda install scipy "scikit-learn==0.24.2" "scikit-image==0.18.3" -c conda-forge -y
# A: For development when inside repo (A or B not both)
pip install -e .
# B: For testing without repo (A or B not both)
pip install trame-sandtank-xai
Run the application
conda activate sandtank-xai
trame-sandtank-xai
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
Built Distribution
Close
Hashes for trame_sandtank_xai-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c8b59d12b770dc4a1ecf28d7fff4071e41123410cd18e283bcda25b1bbc2b1a |
|
MD5 | 81340f54fd1316313d6c8f0b1a407a4a |
|
BLAKE2b-256 | a6bd2716cc5465ad42279672d8a2cef65152dc1c7a8e2052a8f178c5676cc5aa |