Skip to main content

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.2.tar.gz (112.8 kB view hashes)

Uploaded Source

Built Distribution

trame_sandtank_ml-0.0.2-py2-none-any.whl (122.5 kB view hashes)

Uploaded Python 2

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