- pyqtgraph
- numpy
- scikit-learn
- keras
- tensorflow
- json
- imutils
- opencv3
- tqdm
- protobuf
- dlib
- matplotlib
- conda install -c conda-forge keras
- conda install -c menpo opencv
- conda install -c conda-forge pyqtgraph
- conda install -c conda-forge tqdm
- pip install tensorflow
- conda install -c anaconda protobuf
- conda install -c stuwilkins protobuf
- conda install -c conda-forge matplotlib
- conda install -c anaconda keras-gpu
- conda install -c mlgill imutils
- conda install -c anaconda pyzmq
- conda install -c conda-forge typing
- conda install -c conda-forge decorator
- conda install -c conda-forge pytables
- conda install -c conda-forge packaging
- conda install -c conda-forge jupyterlab_launcher
- conda install -c conda-forge dlib=19.4
- conda install -c conda-forge pillow
- conda install -c numba numba
Python 3.6
- Clone this repository
- FaceNet model : FaceNet Pre trained Model Download facenet pre trained model from above Google Drive Path and put it inside below folders
- facenet/model/
- trained_model/facenet/
- You are all set
- For GUI application run app.py
- for training run train.py with your training instructions
- To update configuration file as per you training instruction go to Configure Face Recognition - Not Ready