Get miniforge installer here (click “show all…” button if the installer for your OS doesn't show). Run the installer.
After miniforge installation, run Miniforge Prompt. In Windows, just type “Miniforge Prompt” in search bar and click the result. This will open a prompt/terminal.
In the prompt, type and enter (for CPU set up only; no GPU): mamba create --strict-channel-priority --name tiktorch-server-env -c pytorch -c ilastik-forge -c conda-forge tiktorch pytorch
After the above finishes, type and enter: mamba activate tiktorch-server-env
After the above finishes, type and enter: tiktorch-server --addr 0.0.0.0
Then follow the “Neural Network Classification (Remote)” workflow here.