/face-recognition-stream

Facial recognition on live video stream

Primary LanguagePythonMIT LicenseMIT

Facial recognition on live video stream

Practice project for ML/DL concepts

Run video stream

python cli-stream-recognition.py

Run face enrollment app to add a face to recognize

python app.py

Steps to enroll a face

  • Open enrollment app on http://localhost:5000/
  • Take 2-5 photos of the person's face to enroll and write its name
  • Click on Enroll once all photos were taken

Live video stream will begin to recognize person's face upon successful enrollment