Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/face_encodings
Converting Face input into encodings / Landmarks
https://github.com/arun2002k/face_encodings
cv2 face-recognition python3
Last synced: about 2 months ago
JSON representation
Converting Face input into encodings / Landmarks
- Host: GitHub
- URL: https://github.com/arun2002k/face_encodings
- Owner: arun2002k
- Created: 2023-10-09T13:45:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T13:49:15.000Z (over 1 year ago)
- Last Synced: 2023-10-09T14:45:50.899Z (over 1 year ago)
- Topics: cv2, face-recognition, python3
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# face_encodings
Getting face Landmarks from real time videos.
Build using python, and Models used are CV2 and face_recognition## Features
- Real time conversion of face to encodings
- Live previews
- Covers all landmarks
- More than 25 fps## Installation
Install Packages with pip command in terminal
```bash
pip install open-cv python
pip install face_recognition
```
## Running TestsTo run tests, run the following command
```bash
python face_en.py
```