Skip to main content

A simple wrapper for face detection and recognition

Project description

Facelift

A wrapper for decent face feature detection and basic face recognition.

Supported Versions Test Status Codecov Documentation Status Code Style: Black

For more details please head over to our documentation.

from facelift import FullFaceDetector, iter_stream_frames
from facelift.render import draw_line
from facelift.window import opencv_window

detector = FullFaceDetector()
with opencv_window() as window:
    for frame in iter_stream_frames():
        for face in detector.iter_faces(frame):
            for feature, points in face.landmarks.items():
                frame = draw_line(frame, points)

        window.render(frame)
Basic Face Detection

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

facelift-0.2.1.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

facelift-0.2.1-py3-none-any.whl (40.2 kB view details)

Uploaded Python 3

File details

Details for the file facelift-0.2.1.tar.gz.

File metadata

  • Download URL: facelift-0.2.1.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.7.4 Darwin/18.7.0

File hashes

Hashes for facelift-0.2.1.tar.gz
Algorithm Hash digest
SHA256 183a2770d81de18f3071fa476b9f34c83d07e419e263e2378b657d1079634e55
MD5 ceb6b3db2dccabe8719d7d37411cff7d
BLAKE2b-256 ef442c3c879fb37c6d8a7ca22f4dedde66b107391dcf0cd5bac06ee1a36ae6e3

See more details on using hashes here.

File details

Details for the file facelift-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: facelift-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 40.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.10 CPython/3.7.4 Darwin/18.7.0

File hashes

Hashes for facelift-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 75769d3c300cf096d3da730eb1ed28bf45d328ccee27e6c08f26cbbe03a8d617
MD5 8baa69d72be32438adf857fe7d93e6e4
BLAKE2b-256 f39968739aafb8043f68decb66fc26acc9a3082b6292883b1d798414ecceca85

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page