Skip to content

Commit b0f9a8a

Browse files
authored
Update README.md
1 parent 4e6a4dc commit b0f9a8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Official PyTorch implementation and pre-trained models for the paper **AstroCLIP
66

77
AstroCLIP is a novel, cross-modal, self-supervised foundation model that creates a shared embedding space for multi-band imaging and optical spectra of galaxies. These embeddings encode meaningful physical information shared between both modalities, and can be used as the basis for competitive zero- and few-shot learning on a variety of downstream tasks, including similarity search, redshift estimation, galaxy property prediction, and morphology classification.
88

9+
## Web App
10+
Check out our interactive similarity search app, enabling both in-modal and cross-modal search for galaxies:
11+
https://astroclip.streamlit.app/
12+
913
## Installation
1014
The training and evaluation code requires PyTorch 2.0. Additionally, an up-to-date eventlet is required for wandb. Note that the code has only been tested with the specified versions and also expects a Linux environment. To install the AstroCLIP package and its corresponding dependencies, please follow the code below.
1115

0 commit comments

Comments
 (0)