Live data from Hacker News

Python toolkit for image clustering using PCA and K-means with support for GPU

github.com

1–2 of 2 posts

Re: Python toolkit for image clustering using PCA and K-means with support for GPU

#2
Tasnif 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.