A module for the MagicMirror project by SmartBuilds.io adding (faceID) face recognition.
This module allows you to access profiles using face recognition. This works on the back of OpenCV face recognition module.
A guest profile as default | User has been recognised |
- MagicMirror2 instance
- Node.js version >= 7
- npm
- OpenCV face-recognition
- Raspberry Pi 4 Camera Module
In your MagicMirror directory:
git clone https://github.com/EbenKouao/MMM-Face-Recognition-SMAI.git
cd MMM-face-rec
npm install
Here is an example for an entry in config.js
{
module: "MMM-Face-Recognition-SMAI",
position: "top_right",
config: {
//prompt: "Put in your own text"
}
}