This notebook contains tutorials for the use of _deepflash2_.

Tutorials for the bioimage analysis workflow

1. GUI - Ground Truth Estimation

2. GUI - Training and Validation

3. GUI - Prediction - Evaluation and Quality Assurance

4. Code-based Monuseg

Installation

Set up deepflash on Google Colab

You can use deepflash2 by using Google Colab. You can run every page of the documentation as an interactive notebook - click "Open in Colab" at the top of any page to open it.

Required Steps:

  1. Click play to set up environment
    • Optional: Connect to Google Drive (follow instructions)
  2. Click play to start deepflash2 GUI
  3. Select project folder

Colab

Local installation

You can install deepflash2 on your own machines with conda/mamba (highly recommended):

conda install -c fastchan -c matjesg deepflash2

To install with pip, use

pip install deepflash2

If you install with pip, you should install PyTorch first by following the installation instructions of pytorch or fastai.


Continue watching the other tutorials for