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.
- Host: GitHub
- URL: https://github.com/gauravsakure02/face_recognition_system
- Owner: GauravSakure02
- License: apache-2.0
- Created: 2024-02-26T17:26:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T17:52:13.000Z (about 1 year ago)
- Last Synced: 2025-08-14T19:26:19.766Z (10 months ago)
- Topics: image-processing, knn-classification, opencv-python, python, python-library
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Facial-recognition-system
Using **Python, OpenCV, and K-Nearest Neighbors (KNN)** algorithm.