Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 861 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 861 Bytes

AI - Astronomy Research

Galaxy Classifier

How to run?

First, get the galaxy data for sdss_images_1000.npy and sdss_labels_1000.npy on astroML's GitHub.
Then copy this data to the root folder of the project.

Execute galaxy_classifier_tf2.py. This will create the weight data for all the galaxies present on the files.


Comet identifier

How to run?

First, get the data from the NASA AWS bucket, the details can be found on this website.
Then copy this data to the root folder of the project.

Execute comet_cnn.py. This will run the model for the regression and give an estimate for the location of a comet in the image.