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.
So I coded this in python with the help of VS Code. In the guidance of @amanindiamuzz. I just added some extra features like now it is recognisng the eyes and smile also.
It's now recognising only human faces .
• Open yor cmd or any terminal you usually use and run the following commands →
• pip install --upgrade pip
• pip install opencv-python
• pip install pandas
• pip install numpy
• conda install--
• pip install dlib
• Now Fork my repository and then clone the repository as your local repository.
• ⚠ NOTE: All the .xml data files and the python file should be in the same directory
• To start the application you can call python Face_detection.py
in you cmd/terminal.