-
Notifications
You must be signed in to change notification settings - Fork 1
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
-
App analyze emotions through facial expressions by taking pictures with their cell phone's front camera.
-
App will use an
AsyncTaskand the Microsoft Face API to detect the faces in an image and get information about facial attributes such as age, gender, emotions
- Procedure