Interactive application blending ParFlow execution and AI models for validation
Project description
Interactive application blending ParFlow execution and AI models for validation
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 sandtank-ml python=3.9
conda activate sandtank-ml
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
# For development when inside repo
pip install -e .
# For testing (no need to clone repo)
pip install trame-sandtank-ml
# Build parflow for simulation execution
./dependencies/parflow/build.sh
Run the application
conda activate sandtank-ml
source ./dependencies/parflow/activate.sh
trame-sandtank-ml
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
trame-sandtank-ml-0.0.1.tar.gz
(111.4 kB
view hashes)
Built Distribution
Close
Hashes for trame_sandtank_ml-0.0.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80bd8e3c7ee9ae6be794cca84899cfa7d0ff02faa3bf6c3f73281f9e36983cdb |
|
MD5 | c72458b4f0b55eccc507b5fe11f4cba6 |
|
BLAKE2b-256 | 405374365abc98b2d73ef211ba90fe0843a2e9b3c11c7ef8ba48ca54d54ca3e1 |