/Video-Face-Extractor

A python script that extract faces in a video or using camera by live streaming

Primary LanguagePython

Video-Face-Extractor

A python script that extract faces in a video or using camera by live streaming.

Goal

The goal is to detect human face from video or computer's camera and extract them into faces folder.
Note:Repeated face is not allowed to extract.

How to use

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.