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 AI
conda create --name pf_ai python=3.9
conda activate pf_ai
conda install "pytorch==1.9.1" -c pytorch
conda install scipy "scikit-learn==0.24.2" "scikit-image==0.18.3" -c conda-forge # For XAITK
# pip install ./data/arm-packages/*.whl # Only for mac arm64 architecture
# For development when inside repo
pip install -e .
# For testing (no need to clone repo)
pip install trame-sandtank-xai
Run the application
conda activate pf_ai
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.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3f15743df4eb5a8e1c17cd270df806b616c792932ce46274a84be5a13f353a5 |
|
MD5 | 6b6ee6c62953794c6fae5c00e7732365 |
|
BLAKE2b-256 | 6a5b07f2b27a5d530a555ab0bb275a1df053c89859a07b151ec6582cd253f3d6 |