A python script that extract faces in a video or using camera by live streaming.
Note:Repeated face is not allowed to extract.
Download whole project and extract it. In root directory of project open terminal and run:
For extract faces from computers camera
python3 main.py camera0
# or
# python3 main.py camera1
For extrac faces from a video file
python3 main.py video_test.mp4
# python3 main.py path_to_video_file_name
You can compaire this project with FSR project(also it's in my repo) to create a fully functional application.