Abstract :
3D face recognition has become a trending research direction in both
industry and academia. Using your face to authorize to unlock your phone is
popular, but on the web it has not been seen a lot, maybe because it’s not
trivial to implement. Is it possible to implement face verification using
just HTML5, Javascript and some Go? Yes! I did it in an hour using
Javascript, Nodejs, and OpenCV for wikipedia login.
I Implemented face recognition and web login for wikipedia. Please check
following video and screenshots. Very soon I will share code on Github.
Facial recognition is the process of identifying or verifying the identity of a person using their face. It captures, analyzes and compares patterns based on the person’s facial details.
- The face detection process is and essential step as it detects and locates human faces in images and videos.
- The face capture process transforms an analog information (a face) into a set of digital information (data) based on the person’s facial features.
- The face match process verifies if two faces belong to the same person.
Technology stack:
ReactJs— Frontend
NodeJS / ExpressJS — Backend
Application Steps:
- User Registration
- Image upload, resizing and deleting
- Using camera
- Train model
- Login wikipedia
Outline edit
- What is face detection?
a) Importance of face detection
b) Current state of research
c) Different approaches
- Face Recognition
a) What is face recognition?
b) Its applications
- A Video Demo
Links
Blog : https://fxoshack.wordpress.com/2019/07/01/facial-recognition-with-nodejs-reactsjs-and-javascript/
Hack-a-thon lead : https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/Single/2016-08-18
Firefox OS hack-a-thon : https://fxoshack.wordpress.com/2014/07/17/firefox-os-hackathon-at-iitb-june-25-26-2014/
EC Member of Wikimedia Chapter India : http://wiki.wikimedia.in/index.php?title=Executive_Committee_Members&%2FWikimedia_India_Chapter_Executive_Committee_Members=
Slides
This section is empty.
Preview video
https://www.youtube.com/watch?v=LWACK0GWieA