Skip to content

Su1eym4n/PythonFaceDetectionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition App

Set up the environment

Run following commands to

  • python3 -m venv venv create virtual environemnt
  • source venv/bin/activate activate virtual environment
  • pip3 install opencv-python install opencv
  • pip3 install face_recognition install face recognition librari
  • pip3 install numpy install numpy

Run the Code

To run the code simply type:

python face_reco.py   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages