Machine Learning played a crucial role in astronomical applications, and galaxy classification has without a doubt benefitted from Deep Learning techniques. In particular, it has helped astronomers in identifying the morphology of galaxies, a task paramount not only for understanding their formation but also for understanding the origins and development of the universe.
This project aims to develop a software pipeline capable of detecting and classifying galaxies during astronomical observations using a telescope. The project is divided into two modules: Galaxy Classification and Object Detection.
The Galaxy Classification module is designed to classify galaxies into their respective classes based on the images captured during visual observations. It utilizes a classifier that analyzes the characteristics of the galaxy image and assigns it to the appropriate class.
On the other hand, the Object Detection module focuses on detecting the precise locations of galaxies in the observed images. By employing advanced techniques, this module identifies and localizes galaxies within the astronomical observation data.
For further details and instructions on each module, please refer to the README file provided in their respective subfolders. The README files contain all the necessary information to understand and utilize each module effectively.