Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 439 Bytes

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)