--- title: deepflash2 keywords: fastai sidebar: home_sidebar summary: "A deep learning pipeline for segmentation of fluorescent labels in microscopy images." description: "A deep learning pipeline for segmentation of fluorescent labels in microscopy images." nb_path: "nbs/deepflash2.ipynb" ---
#@markdown Please run this cell to get started.
try:
import deepflash2
except ImportError:
!pip install -Uqq deepflash2
from deepflash2.gui import GUI, _connect_to_drive
path=_connect_to_drive()
%xmode Plain
#@markdown Start UI. If something goes wrong, click "Runtime" -> "Factory Reset Runtime" and start over!
t = GUI(path);