Skip to main content

Facial Expression Classifier API powered by Tensorflow

Project description

Facex : Facial Expression Classifier API powered by Tensorflow

Before use, you need to install :

  • Tensorflow >= 2.0.0
  • Python >= 3.6

Usage example :

import cv2
import facex
clasifier = facex

im = cv2.imread("try.jpeg")
gray = cv2.cvtColor(im, cv2.COLOR_BGR2GRAY)
res = clasifier.predict(gray)

Result example:

({'anger': 0.998833, 'disgust': 0.00052476715, 'fear': 2.7101655e-06, 'happy': 1.9320699e-15, 'neutral': 2.370802e-06, 'sadness': 0.00063713803, 'surprised': 1.0851344e-09}, 'anger')

The result will a tuple of probability of each category and the highest probability category.

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

facex-1.0.0.tar.gz (2.0 MB view hashes)

Uploaded Source

Built Distribution

facex-1.0.0-py3-none-any.whl (2.0 MB view hashes)

Uploaded Python 3

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