weknowhowyoufeel/README.md

1.5 KiB

Build Status Affectiva Logo

###Copyright (c) 2016 Affectiva Inc.
See the file license.txt for copying permission.


AffdexMe is an app that demonstrates the use of the Affectiva Android SDK. It uses the camera on your Android device to view, process and analyze live video of your face. Start the app and you will see your face on the screen and metrics describing your expressions. Tapping the screen will bring up a menu with options to display the Processed Frames Per Second metric, display facial tracking points, and control the rate at which frames are processed by the SDK.

To use this project, you will need to:

  • Obtain a license for the Affectiva Android SDK. Evaluation licenses are available at no cost from http://www.affectiva.com/solutions/apis-sdks/
  • Copy your license file to this project's app/src/main/assets/Affdex folder and rename to license.txt
  • Build the project using Android Studio
  • Run the app and smile!

If you are interested in learning how the Affectiva SDK works, you will find the calls relevant to the use of the SDK in the initializeCameraDetector(), startCamera(), stopCamera(), and onImageResults() methods. See the comment section at the top of the MainActivity.java file for more information.


This app uses some of the excellent Emoji One emojis.