A simple and efficient tool for extracting faces from images using face detection Haar cascade.
Project description
facify Package
This is the package extracting faces form images.
Installation
Install facify with pip
pip install facify
Usage/Examples
To see loaded image
from facify import show
path = 'image_path'
show(path)
To extract faces from images
from facify import detect
path = 'image_path'
detect(path)
The extracted faces stored in faces directory
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
facify-0.1.tar.gz
(143.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
facify-0.1-py3-none-any.whl
(146.5 kB
view details)
File details
Details for the file facify-0.1.tar.gz.
File metadata
- Download URL: facify-0.1.tar.gz
- Upload date:
- Size: 143.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e189ddb3fb3c17661feed8c923cff7d344ba7be32800bd0bfec94abf207db72b
|
|
| MD5 |
d590d3ac565c3bd1d737b08a13d56ea7
|
|
| BLAKE2b-256 |
edc2a8adeeba8ddf3bb162faf677e4275b29c99280f19a8311c3bcadc8ce19b3
|
File details
Details for the file facify-0.1-py3-none-any.whl.
File metadata
- Download URL: facify-0.1-py3-none-any.whl
- Upload date:
- Size: 146.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4193bc4331a3b04a23558336dd93abf6274f5a9de25a218a896a2e6b901d2bf9
|
|
| MD5 |
da3b42ee5093d3e2e2b5bfa2d26169f2
|
|
| BLAKE2b-256 |
1738d3ae89479b1c9c958d938c9a5c9dd2a9fc93fc9625186ede64d58e18f384
|