

Face recognition in JavaScript using neural networks
source link: https://www.tuicool.com/articles/hit/UbAFzi3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

faceRecognition
A face recognition experiment in JavaScript using my neural network .
Capture Data
captureData.html - Get image data from the webcam.
on the label input, entry the label in the one-hot encoded hormat. e.g.: [1,0] if something is A - [0,1] if something is B.
How to use it
c - capture the current frame and add it to the data set.
s - save the data set (x, y) as x and y .json files.
u - undo. remove the last entry from the data set.
Fit Data
fitData.html - Train the neural network with the data created in captureData.html
Test Data
testData.html - Test the neural network with new images from the webcam.
Important Info
The nn.json model provided in this repo may not work for you, since it was only trained with 80 images of myself. 40 images of me in front of the computer, 40 of me not in front of the computer. The images ware scale to 32x24 pixels before training and during test.
Recommend
-
43
Face Detection Using JavaScript API — face-api.js
-
14
Real-time style transfer in Unity using deep neural networks Thomas Deliot,
-
13
Table of Contents Face recognitionMany of us use the face-unlock features on our smartphones to quickly unlock our devices. This uses some type of face recognition a...
-
9
Lecture Collection | Convolutional Neural Networks for Visual Recognition (Spring 2017)16 videos2,679,428 viewsLast updated on Au...
-
12
Data ScienceAI and the auteur: using neural networks as artistic toolsDecember 21, 2021 One day while surfing in Bali, I became aquainted with this genius artist by the name of Gleb Solntsev. As we beg...
-
12
-
6
Online Sleuths Are Using Face Recognition to ID Russian SoldiersIt takes five minutes to put a name to a soldier's face using little more than a screenshot, but there's a catch.
-
9
Digit Recognition using Convolutional Neural Network (CNN)Video Player is loading.Loaded: 0%Remaining Time -0:00Digit Recognition using Convolution...
-
6
This is an introductory lecture designed to introduce people from outside of Computer Vision to the Image Classification problem, and the data-driven approach. The Table of Contents: Image Classification Motivation...
-
10
Convolutional Neural Networks for Traffic Sign Recognition 13 Apr 2019 In this post I describe the work done for the Udacity’s Nanodegree on Self Driving Car Engineer that I am coursing now. This is a very comple...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK