/Face-Recognition

Primary LanguageJupyter NotebookMIT LicenseMIT

Face-Recognition

Installation

  • Requirements Python 3.3+ or Python 2.7 macOS or Linux (Windows not officially supported, but might work)

  • Installation Options: Installing on Mac or Linux First, make sure you have dlib already installed with Python bindings:

  • How to install dlib from source on macOS or Ubuntu Then, install this module from pypi using pip3 (or pip2 for Python 2):

  • pip3 install face_recognition

  • If you are having trouble with installation, you can also try out a pre-configured VM like Google Colab.

How does it works!!

  • first of all, you have to upload images in the folder. after that you have to train model according to your images through face_recognition.ipynb. After that, you have to test other images to check model is working or not.

Output