/facial-recognition

Primary LanguagePythonMIT LicenseMIT

Facial Recognition

Learning Python and writing some facial recognition at the same time.

Prerequisites

TODO

How to use this library?

  • Create a data folder.
  • Add a sample video named sample_video.MOV to the data folder.
  • Add a sample image named sample_image.jpg to the data folder. This should be a person that is in the sample video.
  • Open a Terminal and une the command python3 face_detector.py for the webcam face detector.
  • Open a Terminal and une the command python3 face_detector_video.py for detecting a specific person in a video.