Python toolkit for image clustering using PCA and K-means with support for GPU
1–2 of 2 posts
Re: Python toolkit for image clustering using PCA and K-means with support for GPU
#2Tasnif is a Python package designed for clustering images into user-defined classes based on their visual content. It utilizes deep learning to generate image embeddings, Principal Component Analysis (PCA) for dimensionality reduction, and K-means for clustering. Tasnif supports processing on both GPU and CPU, making it versatile for different computational environments.