convegenius-tech / facial-recognition-attendance

Facial Recognition based attendance system for teachers in the Government schools
2 stars 3 forks source link

Added an attendance web app based on facial recognition #3

Closed Mubashirshariq closed 3 days ago

Mubashirshariq commented 6 months ago

1)I have used Haarcascade classifier to detect the faces in an image 2)I have openCV library to do the computer vision related tasks like accessing camera,sharpening images,image resizing 3)I have used K neighbour classifier as prediction model for predicting the image of person and add the name as label for the same

@convegenius-tech plz review it once