Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikivanc/happinessindex
In this project we worked on a scenario which our device and a camera is located right next to the teller who is talking to a customer in a bank's branch. UWP app running on RPI2 takes the picture of the customer from time-to-time and processeses. This system is running on each and every teller in all the branches of the bank. As we already know the customer because teller already opened up the bank's standard banking app when they first welcomed the customer. We pass all those pictures taken to Microsoft Cognitive Services and receive the emotional data from it.
https://github.com/ikivanc/happinessindex
Last synced: 6 days ago
JSON representation
In this project we worked on a scenario which our device and a camera is located right next to the teller who is talking to a customer in a bank's branch. UWP app running on RPI2 takes the picture of the customer from time-to-time and processeses. This system is running on each and every teller in all the branches of the bank. As we already know the customer because teller already opened up the bank's standard banking app when they first welcomed the customer. We pass all those pictures taken to Microsoft Cognitive Services and receive the emotional data from it.
- Host: GitHub
- URL: https://github.com/ikivanc/happinessindex
- Owner: ikivanc
- Created: 2016-05-27T08:30:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T15:54:11.000Z (over 8 years ago)
- Last Synced: 2024-11-09T17:44:21.198Z (2 months ago)
- Language: C#
- Size: 146 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HappinessIndex
![](HappinessIndexUWP/Images/HappinessIndexIoT.jpg)
> HappinessIndex## Prerequisites
1. You must have Visual Studio 2015.
2. You must have Visual Studio 2015 and the Windows Software Development Kit (SDK) for Windows 10 (10.0.10560.0) installed. https://dev.windows.com/en-us/downloads/windows-10-sdk## Build the sample
1. If you download the samples ZIP, be sure to unzip the entire archive, not just the folder with the sample you want to build.
2. Start Microsoft Visual Studio 2015 and select **File** \> **Open** \> **Project/Solution**.
3. Starting in the folder where you unzipped the samples, go to the Samples subfolder, then the subfolder for this specific sample, then the subfolder for your preferred language (C++ or C#). Double-click the Visual Studio 2015 Solution (.sln) file.
4. Press Ctrl+Shift+B, or select **Build** \> **Build Solution**.## Run the sample
The next steps depend on whether you just want to deploy the sample or you want to both deploy and run it.### Deploying the sample
- Select Build > Deploy Solution.
### Deploying and running the sample
- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or select Debug > Start Without Debugging.