Takes an image or video/stream as input and returns detected faces and emotions.
Project description
Facial Expression Recognizer
Give the function an input and it will return a dictionary of detected faces and expression predictions.
About
This is a python3 cli for Facial Expression Recognition (FER) using Keras and OpenCV.
This project uses the haarcascade xml for facial detection.
We recommend using our model for this application, but you may use your own as well. This project could be easily modified to do other types of object detection if you wish.
If you fork this project, please contribute back with any fixes or features the community may find useful. All PRs will go through a member of our Engineering team.
Please follow GitHub's template for bug reporting.
Install
Note this requires the installation of Tensorflow 2+
Using pip
$ pip3 install fer-capture
From source
$ git clone git@github.com:IntrospectData/id-fer-capture.git
$ python3 -m venv env
$ source env/bin/activate
(env) $ pip3 install id-fer-capture
- To include tensorflow:
id-fer_capture[cpu]
for cpu based tensorflowid-fer_capture[gpu]
for gpu based tensorflow
Use:
>>> from fer_capture.main import check_stream
>>> from fer_capture.main import check_image
>>> check_stream("/mnt/storage/face_test.mp4")
[{'faces': {...}}, ...]
>>> check_image("/mnt/storage/face.jpeg")
{'faces': {...}}
Append the argument show=True
to either function to have a window display. You can press/hold any key for the frame to update in this mode.
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
Built Distribution
File details
Details for the file id-fer-0.4.0.tar.gz
.
File metadata
- Download URL: id-fer-0.4.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b91e350782c94df003dd5a4d1fd87d3fe7ca4102a1d1bb934d131a92e6cda059 |
|
MD5 | 28cbb2ba5336d80f5aa3fc6650e45296 |
|
BLAKE2b-256 | 86e90011457814a82bc6356401a8638964daf12cbff9a4d47e7b1c88344b0609 |
File details
Details for the file id_fer-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: id_fer-0.4.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.8.0 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8938fd49b08285983f1efec735f95f03cedd0bc1713ca6d357b8aa79b0c766ab |
|
MD5 | 8b68fbd1380294a40a52ce9e36e28749 |
|
BLAKE2b-256 | 93b34a147d5b80af60697c06edc04ab746d829c648a494f3c01b77db16d03d86 |