/Face-Recognition-using-DeepFace

Face Recognition System for MNREGA for automatically marking attendance in MNREGA servers.

Primary LanguagePython

Installation PyPI Conda

The easiest way to install deepface is to download it from PyPI. It's going to install the library itself and its prerequisites as well.

$ pip install deepface

DeepFace is also available at Conda. You can alternatively install the package via conda.

$ conda install -c conda-forge deepface

Then you will be able to import the library and use its functionalities.

from deepface import DeepFace