Skip to content

opencodeiiita/Celestial_Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

📡 Celestial Vision — Celestial Object Classification

🚀 Task Overview

The objective of this task is to build computer vision–based machine learning models to classify different celestial objects such as galaxies, stars, planets, nebulae, asteroids, and more using astronomical image data.

This is an open-ended task, and participants are encouraged to explore multiple approaches, architectures, and evaluation strategies.


📂 Dataset Description

The SpaceNet dataset is a curated collection of thousands of labeled astronomical images spanning multiple celestial object categories.

  • Source: SpaceNet – Kaggle
  • Suitability: Designed for deep learning–based image classification.
  • Diversity: Balanced across multiple classes.
  • Compatibility: Works with baseline CNNs and advanced architectures like Vision Transformers (ViT).

Important

Participants must download and attach the dataset themselves. If local resources are limited, use Kaggle Notebooks and upload the .ipynb files here.


🤝 Contribution Guidelines

To contribute, follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Clone your fork locally or work directly on Kaggle Notebooks.
  3. Create a folder inside the participants/ directory named exactly as your enrollment number.
  4. Add your notebooks (.ipynb) inside your folder.
  5. Commit your changes to your fork.
  6. Open a Pull Request to submit your work to the main repository.
participants/
└── <your_enrollment_number>/
    ├── notebook_1.ipynb
    ├── notebook_2.ipynb
    └── ...

Rules

  • Create a subfolder named exactly as your enrollment number
  • Upload only your notebooks inside your folder
  • Do not upload datasets, model weights, or large binaries
  • Do not modify or delete other participants’ folders

Further Details

  • Any additional instructions, constraints, or evaluation criteria will be issue-specific
  • Participants are expected to carefully read the relevant GitHub issue before making a submission

💬 Doubts & Discussions

All doubts, clarifications, and discussions related to this task will be entertained via the Discord bot.
Please refrain from opening GitHub issues for general doubts unless explicitly instructed.

About

Playing with astronomical objects dataset and using deep learning to perform classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 56