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.
- Host: GitHub
- URL: https://github.com/dooml/facerecognitionnode
- Owner: doomL
- Created: 2020-01-16T17:27:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:23:40.000Z (8 months ago)
- Last Synced: 2025-01-12T02:58:21.298Z (4 months ago)
- Topics: express, expressjs, face-recognition, machine-learning, nodejs, nunjucks
- Language: Nunjucks
- Homepage:
- Size: 20.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```