An open API service indexing awesome lists of open source software.

https://github.com/dooml/facerecognitionnode

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.
https://github.com/dooml/facerecognitionnode

express expressjs face-recognition machine-learning nodejs nunjucks

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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**:
```bash
git clone https://github.com/doomL/faceRecognitionNode.git
```
1. **Navigate to the project directory**:
```bash
cd faceRecognitionNode
```

1. **Install dependencies**:
```bash
npm install
```

## Usage

1. **Start the application**:
```bash
npm start
```

1. **Open your browser and go to**:
```bash
http://localhost:3000
```