Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This project uses face-api.js for real-time face detection, landmarks, recognition, and expression analysis via webcam.

Notifications You must be signed in to change notification settings

tansexe/Face-Detection-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection Project

This project uses face-api.js for real-time face detection, landmarks, recognition, and expression analysis via webcam.

Getting Started

Prerequisites

  • A modern web browser
  • A local server (e.g., VS Code Live Server, Node.js, or Python SimpleHTTPServer)

Installation

Clone the repository:

git clone https://github.com/tansexe/Face-Detection-JavaScript.git

Serve the project locally:

cd face-detection-project
npm install
npm start

Usage

Open the project in your browser and allow access to your webcam.

How It Works

  • Loads face detection models from /models
  • Captures webcam video stream
  • Detects faces, landmarks, and expressions in real-time

About

This project uses face-api.js for real-time face detection, landmarks, recognition, and expression analysis via webcam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.9%
  • HTML 31.1%