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
- Host: GitHub
- URL: https://github.com/fanqingsong/image_classifier
- Owner: fanqingsong
- Created: 2019-03-31T16:12:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T16:16:02.000Z (about 6 years ago)
- Last Synced: 2025-01-14T13:36:31.708Z (5 months ago)
- Topics: images, k-means-clustering
- Language: Python
- Homepage:
- Size: 7.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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