makashy / Zharfa

A simple face recognition app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

FaceRecognition

working with Zharfa

INSTALL

  1. Install Visual Studio (make sure to include Desktop development with C++ module)
  2. Install CUDA
  3. Download cuDNN and copy it's files to CUDA installation folder
  4. Install Anaconda and create a conda env
  5. Install Microsoft MPI

Install the followings in the env:

  1. conda install -c conda-forge opencv
  2. conda install -c conda-forge cmake
  3. pip install dlib --verbose (or you can alternatively install it manually ⊞↓)
  4. conda install -c conda-forge kivy
  5. conda install -c anaconda pandas
  6. conda install -c conda-forge pytables
  7. conda install -c anaconda tensorflow-gpu
  8. conda install -c anaconda cupy
  9. pip install mpi4py

Optional packages:

  • conda install -c conda-forge jupyterlab
  • conda install -c anaconda pylint
  • conda install -c conda-forge yapf
  • conda install -c conda-forge openpyxl


download dlib from dlib.net and unzip it in your env folder
dlib ->(from terminal go to unziped folder of dlib and run this: python setup.py install)

About

A simple face recognition app


Languages

Language:Jupyter Notebook 58.2%Language:Python 35.1%Language:kvlang 6.7%Language:Makefile 0.0%