Skip to content

Face detection via WebCam and Other Video Sources using Javascript, NodeJS and face-api.js which is a wrapper around TensorFlowJS

Notifications You must be signed in to change notification settings

prashant-cn/face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection

A basic app for Face Detection on client side(browser) via WebCam and Other Video Sources using face-api.js which is a wrapper around TensorFlowJS. This project touches on the basics of face detections and is helpfull for all those people who wants to know how it works.

Some of the Major technologies used:

  1. NodeJS
  2. ExpressJS
  3. JavaScript

Prerequisites to run the app in local environment

  1. Installed NodeJS

Step 1: Initialize npm and get all the reuired npm packages for the project.

Congratulations! You are good to GO now.

For WebCam: Just comment out line number 22 inside public/js/spript.js and uncomment from line 15 to 19.

For Video Source: Just uncomment line number 22 inside public/js/spript.js and comment out line 15 to 19.

Note: For best performance, if you have a dedicated graphic card on your system enable that to be used by your browser. By defualt browser uses the internal graphic of the system which might not work best for this app.

Ping me at https://www.linkedin.com/in/prashant-kumar-2124b3b4/ if any of you have any questions, suggestions, feedback or just want to say Hi:)

About

Face detection via WebCam and Other Video Sources using Javascript, NodeJS and face-api.js which is a wrapper around TensorFlowJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages