Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 747 Bytes

bioimg_gui

A graphical user application for creating bioimage models

model builder gui screenshot

Running the application

Using a precompiled executable

  • Get a precompiled executable for your platform of choice (Windows, Linux or Mac) in the releases page;
  • Unzip the zip archive;
  • and just execute the extracted file

Compiling and running from source

  • Install rust and cargo
  • clone the root repo: git clone https://github.com/kreshuklab/bioimg_rs bioimg_rs
  • cd into the cloned repo cd bioimg_rs
  • execute cargo run