Simple Xamarin Forms application to detect faces, and to detect emotions using Microsoft Azure Face API on Android, iOS and UWP
Android build | iOS build |
---|---|
Read the compleget guide here
https://medium.com/inspiredbrilliance/face-sentiment-analysis-using-azure-face-api-and-xamarin-forms-4b8d30da8ff8
- Detects faces
- Detects emotion on those faces
- Places an emoji matching that sentiment on to the face
- Draws a rectangle around the face
- Puts a label describing the predominant sentiment on the face
- Swtichable between emoji mode or text mode
- Xamarin Forms - To develop the Android, iOS and UWP app
- Microsoft Azure Face API - For face detection and sentiment analysis