Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1003 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 1003 Bytes

face-recognition

Using This Program You can Recognise your faces.

1. How To Run This Program

Using Windows O.S :

you want to install python manually click this link to download the python interpreter. https://www.python.org/downloads/

  • And Download the code
  • from in there you can see code icon and click that download in zip and unzip it .then Run it.
  • ! check whether module installed in your pc otherwise try this :
  • Open command prompt in your p.c
  • then check whether your command prompt in program directory or folder and

run this command:

  c:\python27\python.exe -m pip install -r requirements.txt

Using Linux and Mac Os :

git clone https://github.com/vijayan108/face-recognition.git
cd face-recognition
sudo pip install -r requirements.txt
sudo python3  face_recognition.py

Make sure you installed the python and git otherwise run this command :

 sudo apt-get install git
 sudo apt-get install python3-pip