Skip to content

jeffpyj/QFace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

Prerequisets:

  • Python 3+, newest version
  • GNU Make.
    • MacOS instructions: Open Terminal.app or iTerm.app, then run xcode-select --install
    • Windows: If you already have cygwin or MinGW, then you may already have make preinstalled. Otherwise, you can try installing it here
  1. Download emscripten and install it.
  2. The C++ compiler binary is called em++. Update the Makefile.variable EMSCRIPTEN_HOME variable to the path of em++ on your system.
  3. Run make all while being in the root directory to compile the C++ code to javascipt.
  4. Run make server

About

An openCV and LokiJS/IndexedDB powered facial recognition web app written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.1%
  • Cuda 6.0%
  • C 3.5%
  • Java 2.4%
  • Python 1.4%
  • Objective-C++ 0.6%
  • Other 1.0%