TinySuitStarfishAbhi / Image-colour-analyzer

An app that detects and weighs 'n' colours in an image provided by the user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Colour Analyzer

An application that detects colours in an image, and gives the weightage of 'N' colours selected from that image. KMeans Clustering is used to segreate the colours.

Python version used is: 3.7.0

Packages used:

Framework to deploy:

Reference to the HEX colour outputs:

To run the app on your system:

Install dependencies and required packages using:

pip install -r requirements.txt

To execute the application:

streamlit run analyzer.py

About

An app that detects and weighs 'n' colours in an image provided by the user.


Languages

Language:Python 100.0%