Skip to content

This Face Recognition project detects faces and places a frame around them and identifies the face based on those in a given list. It works by analyzing a photo and comparing it to the faces in the list to determine if it is a match or if it is an unknown identity.

License

Notifications You must be signed in to change notification settings

serhanelmacioglu/Face-Recognition_Coding-with-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition (Coding with Python)

Run Script in Visual Studio Code

  • A few python modules and packages are required to download in order to complete this project and have it run properly.

# Install from a list of packages 
pip install -r requirements.txt

About

This Face Recognition project detects faces and places a frame around them and identifies the face based on those in a given list. It works by analyzing a photo and comparing it to the faces in the list to determine if it is a match or if it is an unknown identity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages