ObjectExtractor ObjectExtractor provide easy to use api to extract faces/objects from images using OpenCV. Install pip install ObjectExtractor Usage from object_extractor import Extractor Extractor.extract(imagePath) Sample Sample codes can be found here.