Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 374 Bytes

File metadata and controls

18 lines (13 loc) · 374 Bytes

Face_Detection

Steps To run this:

  1. Install The following dependencies.

    • opencv
    • python3.5 ( Recommended )
    • Pillow
    • numpy

    -- Just use cmd with pip install dependecies_name

  2. Run the code by : python file_name.py

PS: Two different versions are there: One is commented to understand the code The other is raw version.