An open API service indexing awesome lists of open source software.

https://github.com/gauravsakure02/face_recognition_system

Facial recognition system using Python, OpenCV, and K-Nearest Neighbors (KNN) algorithm. Utilizes OpenCV for image processing and feature extraction, while KNN algorithm is employed for classification, enabling accurate identification of faces.
https://github.com/gauravsakure02/face_recognition_system

image-processing knn-classification opencv-python python python-library

Last synced: 3 months ago
JSON representation

Facial recognition system using Python, OpenCV, and K-Nearest Neighbors (KNN) algorithm. Utilizes OpenCV for image processing and feature extraction, while KNN algorithm is employed for classification, enabling accurate identification of faces.

Awesome Lists containing this project

README

          

# Facial-recognition-system

Using **Python, OpenCV, and K-Nearest Neighbors (KNN)** algorithm.