- Note: Since I can't figure out a way to use google colab to open user camera, I will use the dectection algorithm on the image instead.
Link: https://colab.research.google.com/drive/1EyKJAlaSbEASWjszR8PDcLk4Q8rtzfm2?usp=sharing
In this project, I combine using my knowledge of opencv and face_recognition libaries and experience doing the past projects: "face detection" and "face recognition" to implement a program where it will recognize a face in real time.
Documentations:
https://face-recognition.readthedocs.io/en/latest/face_recognition.html
https://docs.opencv.org/3.4/d4/da8/group__imgcodecs.html
This project requires to imported and installed libraries: face_recognition, numpy and open-cv.