All Projects → llvll → Imgcluster

llvll / Imgcluster

Licence: bsd-2-clause
Image clustering using the similarity algorithms: SIFT, SSIM, CW-SSIM, MSE

Projects that are alternatives of or similar to Imgcluster

Ijulia Notebooks
My IJulia notebooks
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Going Dutch
Using Data Science and Machine Learning to find an apartment in Amsterdam.
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Data Science Poker Projects
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Mathematical And Statistical Modeling Of Covid19 In Brazil
To make a library of models that aim to understand the spread of COVID19 in adequate scenarios of the Brazilian population
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Pygotham2018 graphmining
Large-scale Graph Mining with Spark
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Unimelb Cs Subjects
Slides, Assignments, Solutions
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Functional Python
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Inception Resnet V2
Implementation of Google's Inception + ResNet v2 architecture in Keras
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Bigdataanalytics
MET CS 777 Big Data Analytics
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Odsc neural nets 11 04 17
Talk "Deep Learning From Scratch Using Python" delivered at ODSC West on November 4, 2017
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Learn Quantum Computing With Python And Ibm Quantum Experience
Learn Quantum Computing with Python and IBM Quantum Experience, published by Packt
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Signdetect Face
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Synthetic Medical Images
Synthetic Medical Images from Dual Generative Adversarial Networks
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Asrgen
Attacking Speaker Recognition with Deep Generative Models
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Udacity machine learning engineer
Udacity Machine Learning Engineer Nanodegree
Stars: ✭ 30 (-3.23%)
Mutual labels:  jupyter-notebook
Gans
Various GANs for playing around
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Betalyzer
A fintech tutorial using Python
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook
Testrepo
Stars: ✭ 31 (+0%)
Mutual labels:  jupyter-notebook

Imgcluster

Image clustering using the similarity algorithms: SIFT, SSIM, CW-SSIM, MSE

This project aims to implement the clustering of images by utilizing Spectral Clustering and Affinity Propagation Clustering together with a number of similarity algorithms, like:

  • SIFT: Scale-invariant Feature Transform
  • SSIM: Structural Similarity Index
  • CW-SSIM: Complex Wavelet Structural Similarity Index
  • MSE: Mean Squared Error

The best clustering results are selected according to the calculated performance metrics for clustering:

  • Silhouette Coefficient
  • Completeness Score
  • Homogeneity Score

IPython Notebook (.ipynb file) is included for step-by-step execution of the demo application with extra comments.

The project is using OpenCV 3.1, Scikit-Learn, Scikit-Image and PySSIM for image manipulations, similarity measurements and clustering.

All images have been downloaded from the free-of-charge online service Pixabay: https://pixabay.com

Any kind of copyrights, ownership rights or distribution rights have been considered according to the information, which is available on Pixabay.

Please feel free to ask any questions: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].