plehman2000 / ColorClustering

A streamlit application for visualizing different clustering algorithms applied to the task of image compression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color Clustering


This is a utility for clustering colors in images for the sake of compressing the colorspace while minimizing compression loss.


To use, clone this repo, cd into the `/streamlit/` directory, run `pip install -r reqs.txt` to install dependencies and navigate to the address printed in your console. Then just upload your image, select your parameters and click 'Begin Clustering.' You can then observe the compressed image and both the original and reduced colorspace.




About

A streamlit application for visualizing different clustering algorithms applied to the task of image compression


Languages

Language:Jupyter Notebook 58.0%Language:Python 42.0%