This is the repository developed for demonstrating Transfer Learning with Convolutional Neural Networks like MobileNet and Inception.
Astronomers can use this classifier to automatically label whether an image taken by telescope is of a Globular Star Cluster or an Open Star Cluster.
-
Change directory structure for classification directories.
-
Retrain the model using retrain.py and modifying the hyperparameters.
-
Run the label_image.py to label the image.
python label_image.py <path_to_image>
Model can successfully differentiate between image of a globular cluster and an open cluster.

