https://github.com/0xethsign/face-recog
face recognition using haarcascades.
https://github.com/0xethsign/face-recog
flask flask-restful haarcascade-classifier svm-classifier
Last synced: about 2 months ago
JSON representation
face recognition using haarcascades.
- Host: GitHub
- URL: https://github.com/0xethsign/face-recog
- Owner: 0xethsign
- Created: 2020-08-01T02:46:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T23:08:38.000Z (over 3 years ago)
- Last Synced: 2025-02-10T09:32:21.458Z (4 months ago)
- Topics: flask, flask-restful, haarcascade-classifier, svm-classifier
- Language: Jupyter Notebook
- Homepage:
- Size: 21.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face-recog
# face recognition using haarcascades and svm.
This is a machine learning project. I have used openCV haarcascades to detect face and eyes. I have trained the dataset on a SVM, getting a best score of 0.8108108108108109.
I have created a python flask server to host the model.
It can recognize any of the following sports celebrities - Lionel Messi, Maria Sharapova, Roger Federer, Serena Williams and Virat Kohli.
Currently, there is no UI.