Skip to content

Small and blazingly fast (:rocket:) microservice which provides the most dominant image color via an http endpoint.

License

Notifications You must be signed in to change notification settings

mikbot/image-color-service

Repository files navigation

Image Color Service

Small microservice which calculates the most dominant colors in an image.

Run via docker

docker run -p 8080:8080 ghcr.io/mikbot/image-color-service

Install via crates.io

cargo install image-color-service
image-color-service