/hair-color-detector

Hair color detector program

Primary LanguagePythonOtherNOASSERTION

Hair Color Detector pypi

Segmentator based from nganngants/hair-dye-web-app

Overview

This project allows you to get hair color of a person from an image.

Basic Usage

from hair_color_detector import HairColorDetector
hcd = HairColorDetector()
hcd.get_color('test.png',  save_result=True, n_clusters=10)