Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.56 KB

website title image

👉 Face Recongition using face_recognition module and face encoding in Python 👈

repo language github stars github forks code size

Usgaes

Add Your Image in Images folder. exmaple >> name.jpeg

Install the requirements file

# windows 
python -m venv frenv
frenv/Scripts/activate.bat

python -m pip install -r requirements.txt

# Linux/Mac
python -m venv frenv
source frenv/bin/activate

python -m pip install -r requirements.txt

Run the Script

python FaceRec.py train # to extract encoding
python FaceRec.py run # to run face recognition

NOTE:-

# incase installtation stuck on dlib
python -m pip install dlib -vvv