Skip to content

Emotion Recognition

ngolo edited this page May 11, 2021 · 16 revisions

Emotion Recognition is used to analyze the user's facial expressions and to inform the user that if the sadness or anxiety value exceeds the standard, have to use our solution.

  • Introduction
  1. App analyze emotions through facial expressions by taking pictures with their cell phone's front camera.

  2. App will use an AsyncTask and the Microsoft Face API to detect the faces in an image and get information about facial attributes such as age, gender, emotions

  • Procedure

IMG_0396

Clone this wiki locally