Skip to content

Commit

Permalink
Merge pull request #98 from mwalmsley/colab-highlight
Browse files Browse the repository at this point in the history
Highlight Colab notebook
  • Loading branch information
mwalmsley committed Apr 30, 2023
2 parents 136ffae + bcf908a commit d9e8c2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -51,6 +51,8 @@ I share my install steps [here](#install_cuda). GPUs are optional - Zoobot will
## Quickstart
<a name="quickstart"></a>

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
Expand Down Expand Up @@ -97,7 +99,7 @@ Zoobot includes many guides and working examples - see the [Getting Started](#ge
## Getting Started
<a name="getting_started"></a>

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/).

Expand Down Expand Up @@ -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.
Many other works use Zoobot indirectly via the [Galaxy Zoo DECaLS](https://arxiv.org/abs/2102.08414) catalog.

0 comments on commit d9e8c2c

Please sign in to comment.