1.Git clone the Repository
git clone https://github.com/codePerfectPlus/FacialRecognition2.Add Your Image in Images folder. exmaple >> name.jpeg
3.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.txt4.Run the Script
python FaceRec.pyNOTE:-
# incase installtation stuck on dlib
python -m pip install dlib -vvv