# Tutorials We have created the following tutorials to get you quickly started with using GaMPEN. To look into the details of each GaMPEN function used in these tutorials, please look at the API reference. You can either download these notebooks from GitHub and run them on your own machine or use [Google Colab](https://colab.research.google.com/) to run these using Google GPUs. ## Making Predictions This tutorial demonstrates how to use trained GaMPEN models on galaxy images to predict morphological parameters. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aritraghsh09/GaMPEN/blob/master/tutorials/Making_predictions_tutorial.ipynb) [![Open In GitHub](https://img.shields.io/badge/|%20-Open%20in%20GitHub-informational?logo=github)](https://github.com/aritraghsh09/GaMPEN/blob/master/tutorials/Making_predictions_tutorial.ipynb) ## Training GaMPEN This tutorial demonstrates how to train GaMPEN from scratch using your own data. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aritraghsh09/GaMPEN/blob/master/tutorials/Training_and_Inference_tutorial.ipynb) [![Open In GitHub](https://img.shields.io/badge/|%20-Open%20in%20GitHub-informational?logo=github)](https://github.com/aritraghsh09/GaMPEN/blob/master/tutorials/Training_and_Inference_tutorial.ipynb) ## Transfer Learning with GaMPEN This tutorial demonstrates how to train GaMPEN when starting from a pre-trained model. Coming Soon! ## Using the Auto-Cropping Module Separately This tutorial demonstrates how to use the auto-cropping module of a trained GaMPEN model to only crop galaxy images (to be used for any task -- not necessarily morphological analysis). [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aritraghsh09/GaMPEN/blob/master/tutorials/Autocropping.ipynb) [![Open In GitHub](https://img.shields.io/badge/|%20-Open%20in%20GitHub-informational?logo=github)](https://github.com/aritraghsh09/GaMPEN/blob/master/tutorials/Autocropping.ipynb)