https://github.com/vaquierm/faceanalysis
😊 iOS application using the Emotion API provided by Microsoft Azure
https://github.com/vaquierm/faceanalysis
azure emotion-api ios
Last synced: 2 months ago
JSON representation
😊 iOS application using the Emotion API provided by Microsoft Azure
- Host: GitHub
- URL: https://github.com/vaquierm/faceanalysis
- Owner: vaquierm
- Created: 2017-10-09T15:42:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T14:51:58.000Z (over 7 years ago)
- Last Synced: 2025-01-22T06:48:08.383Z (4 months ago)
- Topics: azure, emotion-api, ios
- Language: Makefile
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FaceAnalysis
Simple iOS application using the Emotion API provided by Microsoft Azure.
Users can take pictures or load them from the photo library.
Once a picture is selected, it can be analyzed. Each emotion is associated with a score between 0 and 1.
The supported emotions are anger, contempt, disgust, fear, happiness, neutral, sadness, and surprise.# Using the application
clone the git repository
`$ git clone https://github.com/vaquierm/FaceAnalysis`
Insert your subscription key in the ViewController.swift file in the `analyzeaction` function.
Change the region in the request url as appropriate.
Everything should then be in pllace to build and run the app properly.