Views
No views yet

| File name | Type | Description |
|---|---|---|
models/galaxy_classifier_resnet50.h5 | Keras model | ResNet-based binary classifier: spiral vs. non-spiral galaxy |
models/galaxy_simplifier_cgan.h5 | Keras model | Conditional GAN: galaxy RGB image ➜ initial arm-highlighted image |
models/postprocess_cgan.h5 | Keras model | Conditional GAN: initial mask ➜ refined, smooth/connected mask |
predict.py | Python script | Full inference pipeline (classification ➜ simplifier cGAN ➜ post-cGAN) |
graphical_abstract.jpg | Image | Graphical abstract / high-level overview of the Galaxy Simplifier pipeline |
requirements.txt | Text file | Python dependencies needed for running inference |
README.md | Markdown | Model card and usage instructions (this file) |
galaxy_classifier_resnet50.h5)0 – non-spiral / other1 – spiralp_spiral > 0.65) before running the GAN pipeline.galaxy_simplifier_cgan.h5)[-1, 1]).postprocess_cgan.h5)inference.py.1@article{erukude2025galaxy,
2 title={Galaxy image simplification using Generative AI},
3 author={Erukude, Sai Teja and Shamir, Lior},
4 journal={Astronomy and Computing},
5 pages={100990},
6 year={2025},
7 publisher={Elsevier}
8}