Skip to content

AstroLens v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Feb 12:08
· 10 commits to main since this release

AstroLens v1.0.0

AI-Powered Galaxy Anomaly Discovery System.

Downloads

Platform File
macOS (Apple Silicon) AstroLens-v1.0.0-macos-arm64.zip
Windows (x64) AstroLens-v1.0.0-windows-x64.zip
Linux / All platforms Docker (see below)

Linux & Docker (Recommended)

docker pull ghcr.io/samantaba/astrolens:v1.0.0
docker run -p 8000:8000 -p 8080:8080 ghcr.io/samantaba/astrolens:v1.0.0
# Open http://localhost:8080

What's Included

  • Pre-trained YOLO transient detection model (no training required)
  • Galaxy morphology analysis (CAS, Gini-M20)
  • Web interface for browser-based access
  • Multi-source data pipeline (DECaLS, SDSS, Pan-STARRS)

Requirements

  • Docker (for container), OR
  • Python 3.10+ (for running from source)
  • 8GB+ RAM recommended
  • GPU optional (CUDA / Apple MPS auto-detected)

See README for full documentation.