An open API service indexing awesome lists of open source software.

https://github.com/thecoderpinar/-space-image-classificatios

Classification of Space Images: Space Science Analysis with Artificial Intelligence
https://github.com/thecoderpinar/-space-image-classificatios

Last synced: 10 months ago
JSON representation

Classification of Space Images: Space Science Analysis with Artificial Intelligence

Awesome Lists containing this project

README

          

# Space Image Classificatios 🚀
Classification of Space Images: Space Science Analysis with Artificial Intelligence

# Project Title 🔥

This project aims to create a model using Python and artificial intelligence techniques to classify space images. The project utilizes space images obtained from NASA's public data archive or other sources.

In the first step, a suitable dataset is selected or created. For instance, a dataset consisting of images captured by the Hubble Space Telescope can be used. The dataset should include different space objects (galaxies, star clusters, planets, etc.) and diverse space scenes.

Next, the images are opened and visualized using Python and relevant libraries. The images are resized to appropriate dimensions, color channels are normalized, and preprocessing steps like noise reduction or normalization are performed.

The ResNet50 model, a popular deep learning model, is employed as the artificial intelligence model. The pretrained ResNet50 model is used for image classification. The images are reshaped to match the input dimensions of the model and converted into a format understandable by the model. Subsequently, the model classifies the images and obtains the highest prediction.

The results are visualized and displayed on the screen. The predicted class name and confidence value are presented along with the image. This allows observation of the predicted object or scene for the space images and the level of confidence in the model's predictions.

This project helps improve your skills in Python programming, image processing, and deep learning techniques. It also serves as an interesting example for individuals interested in space science or scientific research.

# Before Image
![Space](https://github.com/ThecoderPinar/-space--mage-classificatios/assets/107423523/defd15c5-67c4-4172-85cb-1b86e27ce2e6)
# After Image
![new](https://github.com/ThecoderPinar/-space--mage-classificatios/assets/107423523/0c621bf4-4ab9-42ce-a65b-c0ca80a526c4)