--- title: Tutorials keywords: fastai sidebar: home_sidebar summary: "This notebook contains tutorials for the use of _deepflash2_." description: "This notebook contains tutorials for the use of _deepflash2_." nb_path: "nbs/tutorial.ipynb" ---
{% raw %}
{% endraw %}

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.