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

https://github.com/fanqingsong/image_classifier

using k-means algorithm to classify images
https://github.com/fanqingsong/image_classifier

images k-means-clustering

Last synced: 3 months ago
JSON representation

using k-means algorithm to classify images

Awesome Lists containing this project

README

        

# ImageKmeans
to cluster the images by k-means algorthm.

# run
运行环境:
python3.7

包管理工具:
pipenv
[ik]

运行命令:
```
pipenv install

# 2 means cluster by 2 class
pipenv run ImageKmean.py 2
```

# see the result
in the images folder, cluster-x is the result.

# todo:
to explore feature extraction optimization