https://github.com/devparihar5/face-recognition-
In this project we recognize face from image ,video and from live webcam
https://github.com/devparihar5/face-recognition-
Last synced: about 1 year ago
JSON representation
In this project we recognize face from image ,video and from live webcam
- Host: GitHub
- URL: https://github.com/devparihar5/face-recognition-
- Owner: Devparihar5
- License: gpl-3.0
- Created: 2021-10-30T17:16:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T16:58:57.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T16:14:55.313Z (over 1 year ago)
- Language: Python
- Size: 1.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face-recognition-
In this project we recognize face from image ,video and from live webcam

before running this code you should install these libraries::
```
pip install cv2
pip install face_recognition
pip install numpy