This project classifies barred and unbarred galaxies using deep learning models. Leveraging the Galaxy10 SDSS dataset, we categorize galaxies into three specific classes: Barred Spiral, Unbarred Tight Spiral, and Unbarred Loose Spiral. The models implemented include VGG16 and ResNet50, achieving notable accuracy results.
The project uses the Galaxy10 SDSS dataset to classify galaxies into three types:
These classes help distinguish between barred and unbarred galaxies for our classification tasks.
The Galaxy10 SDSS dataset comprises images of ten galaxy classes, but only three are used for our classification task. The dataset's galaxy labels are:
Two CNN models were implemented for galaxy classification:
Model | Accuracy |
---|---|
VGG16 | 87% |
ResNet50 | 92.8% |
To set up and run the project, follow these steps:
git clone https://github.com/yourusername/galaxy-classification.git
cd galaxy-classification