All Projects â†’ dstein64 â†’ k-means-quantization-js

dstein64 / k-means-quantization-js

Licence: MIT license
🎨 Apply color quantization to images using k-means clustering.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to k-means-quantization-js

tsp-essay
A fun study of some heuristics for the Travelling Salesman Problem.
Stars: ✭ 15 (-44.44%)
Mutual labels:  clustering, kmeans-clustering
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-37.04%)
Mutual labels:  clustering, kmeans-clustering
kmeans-clusterer
k-means clustering in Ruby
Stars: ✭ 88 (+225.93%)
Mutual labels:  clustering, kmeans-clustering
Clustering-in-Python
Clustering methods in Machine Learning includes both theory and python code of each algorithm. Algorithms include K Mean, K Mode, Hierarchical, DB Scan and Gaussian Mixture Model GMM. Interview questions on clustering are also added in the end.
Stars: ✭ 27 (+0%)
Mutual labels:  clustering, kmeans-clustering
ParallelKMeans.jl
Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
Stars: ✭ 45 (+66.67%)
Mutual labels:  clustering, kmeans-clustering
GrouProx
FedGroup, A Clustered Federated Learning framework based on Tensorflow
Stars: ✭ 20 (-25.93%)
Mutual labels:  clustering
minicore
Fast and memory-efficient clustering + coreset construction, including fast distance kernels for Bregman and f-divergences.
Stars: ✭ 28 (+3.7%)
Mutual labels:  clustering
react-map-gl-cluster
Urbica React Cluster Component for Mapbox GL JS
Stars: ✭ 27 (+0%)
Mutual labels:  clustering
Deep-multimodal-subspace-clustering-networks
Tensorflow implementation of "Deep Multimodal Subspace Clustering Networks"
Stars: ✭ 62 (+129.63%)
Mutual labels:  clustering
nlp-lt
Natural Language Processing for Lithuanian language
Stars: ✭ 17 (-37.04%)
Mutual labels:  clustering
mongodb-cluster
MongoDB sharded cluster
Stars: ✭ 25 (-7.41%)
Mutual labels:  clustering
py-lbg
Python Implementation for Linde-Buzo-Gray / Generalized Lloyd Algorithm for vector quantization.
Stars: ✭ 22 (-18.52%)
Mutual labels:  clustering
ClusterAnalysis.jl
Cluster Algorithms from Scratch with Julia Lang. (K-Means and DBSCAN)
Stars: ✭ 22 (-18.52%)
Mutual labels:  clustering
Zeitline
A polylinear timeline with clustering, centred on interactions. — Doc and demo https://octree-gva.github.io/Zeitline/
Stars: ✭ 15 (-44.44%)
Mutual labels:  clustering
point-cloud-clusters
A catkin workspace in ROS which uses DBSCAN to identify which points in a point cloud belong to the same object.
Stars: ✭ 43 (+59.26%)
Mutual labels:  clustering
RATTLE
Reference-free reconstruction and error correction of transcriptomes from Nanopore long-read sequencing
Stars: ✭ 35 (+29.63%)
Mutual labels:  clustering
Machine-Learning-Specialization
Project work and Assignments for Machine learning specialization course on Coursera by University of washington
Stars: ✭ 27 (+0%)
Mutual labels:  clustering
Apartment-Interest-Prediction
Predict people interest in renting specific NYC apartments. The challenge combines structured data, geolocalization, time data, free text and images.
Stars: ✭ 17 (-37.04%)
Mutual labels:  clustering
Clustering-Datasets
This repository contains the collection of UCI (real-life) datasets and Synthetic (artificial) datasets (with cluster labels and MATLAB files) ready to use with clustering algorithms.
Stars: ✭ 189 (+600%)
Mutual labels:  clustering
NTFk.jl
Unsupervised Machine Learning: Nonnegative Tensor Factorization + k-means clustering
Stars: ✭ 36 (+33.33%)
Mutual labels:  kmeans-clustering

k-means Image Color Quantization

k-means Image Color Quantization is a web page that can apply color quantization to images using k-means clustering.

The code runs fully in the browser. That is, there are no server-side calls to process the image and/or run the clustering and quantization. The implementation is in JavaScript.

How To Use

To quantize an image, navigate to index.html, load an image, select a value for k, and click Quantize. The time to process increases with the size of the image.

The page is available at https://dstein64.github.io/k-means-quantization-js/.

Screenshots

Selection/Instructions

Select

Quantized Image

Quantized

License

The source code has an MIT License.

See LICENSE.

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].