justinshenk/fer
A Python package for detecting facial expressions and emotions in images and videos using a deep neural network.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository provides a facial expression recognition library that uses deep neural networks to detect emotions from facial images and videos. It wraps TensorFlow and OpenCV to offer a simple API for emotion detection, returning bounding boxes and emotion probabilities (angry, disgust, fear, happy, neutral, sad, surprise). The package can be installed via pip and supports both static image analysis and video processing.