Based on the Adafruit / Tony DiCola face recognition locked box project.
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
main.py
is the main script, run this using pipenv to ensure that the dependencies are installed
Adafruit / Tony DiCola face recognition locked box project: