Security system with face recognition
This web app, developed with Node.js and Express.js, can be used for video surveillance. You can add faces of every relative in your family or friends. When the app sees an unrecognized face, it sends an email (to your login address) with the picture and a video of the unrecognized person.
- Face Recognition: Identify and differentiate between known and unknown faces.
- Email Alerts: Receive email notifications with images and videos of unrecognized faces.
- User Management: Add and manage faces of family and friends.
-
Clone the repository:
git clone https://github.com/doomL/faceRecognitionNode.git
-
Navigate to the project directory:
cd faceRecognitionNode
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your browser and go to:
http://localhost:3000