Skip to content

Built with Node.js, Express.js, and face-api.js, this project provides video surveillance by recognizing faces. Add faces of family and friends, and receive email alerts with images and videos when an unrecognized face is detected.

Notifications You must be signed in to change notification settings

doomL/faceRecognitionNode

Repository files navigation

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

About

Built with Node.js, Express.js, and face-api.js, this project provides video surveillance by recognizing faces. Add faces of family and friends, and receive email alerts with images and videos when an unrecognized face is detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published