This is the codebase behind SeeABLE
You need git and conda/mamba.
You need Hydra to run this framework
See conf
dir for possible config.
git clone https://github.com/anonymous-author-sub/seeable.git
cd seeable
If you don't have conda, you can install it yourself or choose mamba (faster). Follow this link to install it using mambaforge. Latest installers with Mamba in the base environment:
OS | Architecture | Download |
---|---|---|
Linux | x86_64 (amd64) | Mambaforge-Linux-x86_64 |
OS X | x86_64 | Mambaforge-MacOSX-x86_64 |
OS X | arm64 (Apple Silicon) | Mambaforge-MacOSX-arm64 |
Windows | x86_64 | Mambaforge-Windows-x86_64 |
After installing Mambaforge, verify that it is working by running the following command:
mamba --version
This should print the version of Mambaforge that you have installed.
The environment can be installed using conda/mamba
conda env create -f environment.yml
conda activate seeable
TODO