Hair Color Detector pypi
Segmentator based from nganngants/hair-dye-web-app
This project allows you to get hair color of a person from an image.
from hair_color_detector import HairColorDetector
hcd = HairColorDetector()
hcd.get_color('test.png', save_result=True, n_clusters=10)