From bcf908ab0174189a176565da8e87f9c94b6def0c Mon Sep 17 00:00:00 2001 From: Mike Walmsley Date: Sun, 30 Apr 2023 11:15:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd3f5afb..0071e308 100755 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ I share my install steps [here](#install_cuda). GPUs are optional - Zoobot will ## Quickstart +The [Colab notebook](https://colab.research.google.com/drive/17bb_KbA2J6yrIm4p4Ue_lEBHMNC1I9Jd?usp=sharing) is the quickest way to get started. Alternatively, the minimal example below illustrates how Zoobot works. + Let's say you want to find ringed galaxies and you have a small labelled dataset of 500 ringed or not-ringed galaxies. You can retrain Zoobot to find rings like so: ```python @@ -97,7 +99,7 @@ Zoobot includes many guides and working examples - see the [Getting Started](#ge ## Getting Started -I suggest starting with the worked examples below, which you can copy and adapt. +I suggest starting with the [Colab notebook](https://colab.research.google.com/drive/17bb_KbA2J6yrIm4p4Ue_lEBHMNC1I9Jd?usp=sharing) or the worked examples below, which you can copy and adapt. For context and explanation, see the [documentation](https://zoobot.readthedocs.io/). @@ -192,4 +194,4 @@ You might be interested in reading papers using Zoobot: - [Towards Foundation Models for Galaxy Morphology](https://arxiv.org/abs/2206.11927) (adding contrastive learning) - [Harnessing the Hubble Space Telescope Archives: A Catalogue of 21,926 Interacting Galaxies](https://arxiv.org/abs/2303.00366) -Many other works use Zoobot indirectly via the [Galaxy Zoo DECaLS](https://arxiv.org/abs/2102.08414) catalog. \ No newline at end of file +Many other works use Zoobot indirectly via the [Galaxy Zoo DECaLS](https://arxiv.org/abs/2102.08414) catalog.