Python using a webcam to detect the person. Hi all to all my friends this is PYTHON 3 with AI to detect you through your webcam
python 3.7
pycharm community edition {2020}
and python packages
clone this repo to your favorite IDE with of course support of running python. see the required.txt and install the needed package in your python intepeter.
- Run face_dataset be aware of sound, added this for fun purpose.
- then face_training
- final face_recognition
cam = cv2.VideoCapture(0)
Simply change the value from 0 to index of your new webcam for all three file.
Give it a star if you like