vikasgond807 / Face-verification

A general face verification using training dataset with Haar cascade classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face-verification

A general face verification using training dataset with Haar cascade classifier

This program will detect face & verify based on images present in images folder It uses a Haar cascade classifier with training dataset If face identity matches it will print label_id else prints "Identity Unmatched" If you plan it on using on your own make sure to add your images in folder and label it (add -atleast 20 images)

About

A general face verification using training dataset with Haar cascade classifier


Languages

Language:Jupyter Notebook 84.4%Language:Python 15.6%