Description: This project uses the KMeans clustering algorithm to cluster points of interest in images from the Bereshit spaceship. The model is trained on a dataset of images from the Bereshit mission, and can be used to predict points of interest in future images from the Bereshit 2 mission.
scipynumpymatplotlibsklearnUsage:
git clone https://github.com/myk93/hacathon_space_il.git
cd hacathon_space_il
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
This will train the KMeans model and cluster the points of interest in the images.
- Improve the performance of the KMeans model.
- Add more features to the images, such as color and texture.
- Use the model to predict points of interest in future images from the Bereshit 2 mission.
The Bereshit mission is a joint project of the Israeli Space Agency and SpaceIL. The KMeans clustering algorithm is a popular clustering algorithm that is used in a variety of applications. The scipy, numpy, matplotlib, and sklearn libraries are all popular libraries for scientific computing in Python.