Skip to content

This is a lightweight face detection system built purely with JavaScript and the Canvas API, without any external libraries or dependencies. The system uses the user's webcam to detect and track facial features in real-time.

Notifications You must be signed in to change notification settings

thesiamak01/face-detection-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection System in JavaScript

Banner

This is a lightweight face detection system built purely with JavaScript and the Canvas API, without any external libraries or dependencies. The system uses the user's webcam to detect and track facial features in real-time.

Features

  • Webcam integration: Directly accesses the user's webcam to capture live video feed.
  • Skin color detection: Identifies skin tones to help locate the face in the image.
  • Face roundness detection: Determines the shape of the face for more accurate detection.
  • Facial feature recognition: Detects key facial features like eyes, eyebrows, and mouth.
  • No external dependencies: The system is built purely using native JavaScript and the Canvas API.

Demo

Try it out by running the project on your local server or through any live hosting platform.

Installation

  1. Clone the repository:
    git clone https://github.com/thesiamak01/face-detection-js.git

About

This is a lightweight face detection system built purely with JavaScript and the Canvas API, without any external libraries or dependencies. The system uses the user's webcam to detect and track facial features in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published