No description
Find a file
Phillip Burgess bd4ba88a05 Update API calls, reformat for black & pylint compliance
NO FUNCTIONAL CHANGES; same project as before.
Switched from RPIO (deprecated) to RPi.GPIO.
Some cv2 calls are updated for current classes & functions.
Minor changes throughout to pass pylint.
Code reformatted w/black.
Removed install_dependencies.sh; full directions in guide instead.
2022-08-02 15:04:36 -07:00
training/negative Initial commit. 2014-01-17 17:20:21 -08:00
.gitignore Initial commit. 2014-01-17 17:20:21 -08:00
box.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
capture_positives.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
config.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
face.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
haarcascade_frontalface_alt.xml Initial commit. 2014-01-17 17:20:21 -08:00
haarcascade_frontalface_alt2.xml Initial commit. 2014-01-17 17:20:21 -08:00
hardware.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
LICENSE Initial commit. 2014-01-17 17:20:21 -08:00
picam.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
README.md Update README.md 2014-01-24 13:53:19 -08:00
servo.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
train.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00
webcam.py Update API calls, reformat for black & pylint compliance 2022-08-02 15:04:36 -07:00

Raspberry Pi Face Recognition Treasure Box

Raspberry Pi powered box which uses face recognition with OpenCV to lock and unlock itself. See the tutorial on the Adafruit learning system.