A face recognition based authentication system. 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.
- A few python modules and packages are required to download in order to complete this project and have it run properly.
- Install Visual Studio Community and then download Desktop Development with C++ workload in Visual Studio
- requirements.txt
pip install -r requirements.txt