Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Tests

To run tests, run the following command

```bash
python face_en.py
```