/QFace

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

Primary LanguageC++

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