Skip to content

Code to identify face and draw a rectangle on the face with the name of the person above that

License

Notifications You must be signed in to change notification settings

Midhlaj2006/Face-Recognizer

Repository files navigation

Face-Recognizer 🕵️

This is programmed to identify faces from a picture and draw a rectangle on the face with the name of the person above that

How this works 💡

  • First the program reads the training-data folder 📁
  • Then it try to match the faces with that of test-data folder 📂
  • After identifying the person,the program draws a rectangle on the face with a name 🧖‍♂️

Packages Used 📦

  • OS
  • opencv

Execution ⚙️

git clone 'https://github.com/Midhlaj2006/Face-Recognizer'

cd Face-Recognizer

pip install -r requirements.txt

python 'face recognisation.py'

Follow these commands ☝️ which says

  • clone the repository
  • Go inside the folder
  • install the required modules
  • run the program

About

Code to identify face and draw a rectangle on the face with the name of the person above that

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages