Skip to content
Snippets Groups Projects

model_server

model_server implement image analysis jobs for online use (e.g. in feedback microscopy), including adapters to ilastik

Installation on Windows

  1. Install Git:
    https://git-scm.com/download/win
  2. Install Miniforge for environment management:
    https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge-pypy3-Windows-x86_64.exe
  3. Under the Start menu, open Miniforge3 > Miniforge Prompt
  4. In the new terminal, run:
    cd %userprofile%
    git clone https://almf-staff:KJmFvyPRbpzoVZDqfMzV@git.embl.de/rhodes/model_server.git
  5. Open the newly created project root: cd model_server
  6. Create the environment: mamba create -n model_server_env --override-channels -c pytorch -c ilastik-forge -c conda-forge ilastik
  7. In the same terminal, run: mamba init
  8. Now close and re-open the terminal: Miniforge3 > Miniforge Prompt
  9. Now activate the environment: mamba activate model_server_env

Examples