Skip to content

FonderElite/facerecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face-Recognition

       _______
     _/       \_
    / |       | |;
   /  |__   __|  |[
  |__/((o| |o))\__| Face Recognition 
  |      | |      | Using Python
  |\     |_|     /| 
  | \   ______  / | By FonderElite
   \| /  ___  \ |/
    \ | / _ \ | /
     \_________/
      _|_____|_
 ____|_________|____
/                   \  
______________________

Technologies Used

  • #f03c15 Google
  • #c5f015 Shell
  • #1589F0 Python

What is facial-recognition?

A facial recognition system is a technology capable of matching a human face from a digital image or a video frame against a database of faces, typically employed to authenticate users through ID verification services, works by pinpointing and measuring facial features from a given image.

Installation

   pip3 install requirements.txt

How to run?

 python3 facerec.py

Possible Bugs

You might want to change the faceCascade,mouthCascade and the eyeCascade to the directory which the cascade files are placed. Consider also changing the car_Cascade's xml file location for the car recognition to work.

Example: faceCascade = cv2.CascadeClassifier('file_location')

Things to consider

  • All Prerequisites/dependencies must be installed
  • Run in an IDE or in a Terminal
  • If you want to use this repository for your projects you may do so but give credits to me.

Socials

Updates

  • Added Car/Vehicle Detection

Releases

No releases published

Packages

No packages published