Skip to content

frnsys/imclus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

super simple example of image clustering with image hashes (wavelet hashing in particular) and DBSCAN.

this is an unrealistically simple example, but this clusters "brain expanding" memes from "political compass" memes pretty well.

install deps: pip install -r requirements.txt

to run: python cluster.py

went with wavelet hashing because of the results of my unscientific experimentation (see tests.py)

About

image clustering via image hashes + DBSCAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published