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

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

Awesome Lists containing this project

README

          

# Face-recognition-
In this project we recognize face from image ,video and from live webcam

![image](https://user-images.githubusercontent.com/54232149/184191157-93292deb-ecd2-436c-9e58-5fca13443652.png)

before running this code you should install these libraries::

```
pip install cv2
pip install face_recognition
pip install numpy