Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.03 KB

Face Recognition Node

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/doomL/faceRecognitionNode.git
  2. Navigate to the project directory:

    cd faceRecognitionNode
  3. Install dependencies:

    npm install

Usage

  1. Start the application:

    npm start
  2. Open your browser and go to:

    http://localhost:3000