--- 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" ---
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:
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.