lunzhang / deeplook

facial recognition using deep neural networks in javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uses HOG Facial Descriptor and neural network to detect faces

Development Instructions:

  1. npm install
  2. npm run dev && navigate to http://localhost:8080/test/ global functions test to test current network global function trainNetwork to train current network face data are placed in test/training/FACE_DATASET as download (1).jpg etc... non face data are placed in test/training/NON_FACE_DATASET download (1).jpg etc...

Credits: Kittydar - cat detection

About

facial recognition using deep neural networks in javascript


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%