Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brminnick/faceoff
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
https://github.com/brminnick/faceoff
android facial-recognition ios microsoft-cognitive-services uitest uwp xamarin xamarin-android xamarin-forms xamarin-ios
Last synced: 2 months ago
JSON representation
An iOS, Android and UWP app created in Xamarin.Forms that uses Microsoft's Cognitive Emotion API Services to compare facial expressions
- Host: GitHub
- URL: https://github.com/brminnick/faceoff
- Owner: brminnick
- License: mit
- Created: 2016-04-16T18:40:30.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:12:54.000Z (10 months ago)
- Last Synced: 2024-11-09T03:49:50.753Z (2 months ago)
- Topics: android, facial-recognition, ios, microsoft-cognitive-services, uitest, uwp, xamarin, xamarin-android, xamarin-forms, xamarin-ios
- Language: C#
- Homepage:
- Size: 234 MB
- Stars: 92
- Watchers: 13
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![Xamarins](https://github.com/brminnick/FaceOff/actions/workflows/mobile.yml/badge.svg)](https://github.com/brminnick/FaceOff/actions/workflows/mobile.yml)
# FaceOff
FaceOff pits two players against eachother to see who can reflect an emotion best!The app provides a random emotion that both players will portray. It then uses the facial recognition technology to determine who exhibited the emotion best!
## About
This is an Android, iOS and UWP app created using [Xamarin.Forms](https://docs.microsoft.com/xamarin/xamarin-forms?WT.mc_id=mobile-0000-bramin). The facial recognition uses [Microsoft's Coginitive Services Face API](https://azure.microsoft.com/services/cognitive-services/face?WT.mc_id=mobile-0000-bramin).## ToDo
To use Microsoft's Coginitive Services Face API from this app, sign up for a [free API Key](https://azure.microsoft.com/free/ai/?utm_source=channel9&utm_medium=descriptionlinks&utm_campaign=freeaccount&WT.mc_id=mobile-0000-bramin) and insert it to the code [here](./Source/FaceOff/Constants/CognitiveServicesConstants.cs#L7). After adding your API Key, remove the diagnostic directive [located here](./Source/FaceOff/Constants/CognitiveServicesConstants.cs#L5).### Author
Brandon MinnickXamarin Customer Success Engineer
![FaceOff Demo](https://github.com/brminnick/Videos/blob/master/FaceOff/FaceOff_GifDemo.gif)