USAGE:
BROWSER FACE RECOGNITION : https://youtu.be/pV53F51QXyU must run succesfully the face recognition standard below
##############################################
FACE RECOGNITION STANDARD:
-
Instructions: https://youtu.be/teoixQbN51s
-
RUN preprocessing.py #when adding a class or person to be recognized
In raspberrypi / linux , click terminal and type:
python3 preprocessing.py
In windows click cmd and type :
python3 preprocessing.py
-
RUN face_recog.py # for realtime face recognition
In raspberrypi / linux , click terminal and type:
python3 face_recog.py
In windows click cmd and type :
python3 face_recog.py
Note : This can also be run in any raspberrypi board ,recommended ,a raspberrypi 3 and above
Enjoy!
Make sure you have install pip on your system.
-
Opencv # on your terminal / cmd type:
pip3 install opencv-contrib-python
-
Flask
pip3 install flask