CIFAR10_K-means_clustering A minimalistic scikit-learn implementation of K-means clustering on CIFAR10 dataset Steps to run K-means clustering: Download and extract the CIFAR-10 dataset (python version) to the project folder from https://www.cs.toronto.edu/~kriz/cifar.html Run kmeans.py