https://github.com/blazer-007/face_detection
https://github.com/blazer-007/face_detection
haarcascade-classifier haarcascade-frontalface knn machine-learning matplotlib numpy opencv python3
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blazer-007/face_detection
- Owner: Blazer-007
- Created: 2020-01-23T16:48:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T17:15:50.000Z (over 5 years ago)
- Last Synced: 2025-01-28T20:36:57.464Z (4 months ago)
- Topics: haarcascade-classifier, haarcascade-frontalface, knn, machine-learning, matplotlib, numpy, opencv, python3
- Language: Python
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face_Detection
Face Recognition Project made using OpenCV which predicts name of the person by reading his/her image using KNN algorithm.
## To See the Project Live :
1. Fork the repo and then Clone in your system using git clone "Repo Link".
2. Install OpenCV and Numpy using following commands in your command prompt :-
python -m pip install opencv-python
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
3. Now Run face_data_collection.py to collect images of different persons . It will generate training data by capturing the image of one person at a time. Run above file as many times you want for different person.
4. After completely dataset collection run faceRecognition.py to see project working.
If you like the Repo , give it a star and feel free to add something new by making a PR.