Metadata-Version: 2.1
Name: extract-face
Version: 0.2
Summary: A Package which can extract all human faces from image
Home-page: UNKNOWN
Author: V2STech Solutions PVT. LTD.
Author-email: jayesht1996@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: opencv-python

extract_face
------------------

extract_face provide easy to use api to extract all faces from images using OpenCV and store it in required directory.

Install
===============
.. code::

   pip install extract_face


Usage
===============
.. code:: python

   from extract_face import extract_face
   extract_face(image_path = image_path)

