Skip to content

Raspberry Pi powered box which uses face recognition with OpenCV to lock and unlock itself.

License

Notifications You must be signed in to change notification settings

SkUrRiEr/pi-face-following-cam

 
 

Repository files navigation

Raspberry Pi Face Following Camera

Based on the Adafruit / Tony DiCola face recognition locked box project.

Dependencies

The OpenCV bindings for Python 3 must be installed and must be version 2.4.9 or newer.

The data shipped with OpenCV must also be available. (This is the opencv_data package in Debian)

All other dependencies are managed using pipenv.

You MUST enable site packages in pipenv by running pipenv --site-packages otherwise it won't be able to find python-opencv

Script Usage

main.py is the main script, run this using pipenv to ensure that the dependencies are installed

References

Adafruit / Tony DiCola face recognition locked box project:

About

Raspberry Pi powered box which uses face recognition with OpenCV to lock and unlock itself.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%