Cognitive-Samples-IntelligentKiosk

Welcome to the Intelligent Kiosk Sample! Here you will find several demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services.

  • Owner: microsoft/Cognitive-Samples-IntelligentKiosk
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Intelligent Kiosk Sample

The Intelligent Kiosk Sample is a collection of demos showcasing workflows and experiences built on top of the Microsoft Cognitive Services. Most of the experiences are hands-free and autonomous, using the human faces in front of a web camera as the main form of input (thus the word "kiosk" in the name).

Requirements

  1. Windows 10 version 1809 or later (the sample is a UWP application). For a Windows 10 IoT deployment, see details later in this page.
  2. A webcam, ideally top-mounted so you have a similar experience as looking at a mirror when interacting with the demos
  3. Visual Studio 2017 with the Universal Windows Platform workload enabled
  4. API Keys
  • Between the various demos, you might need API keys for Face, Computer Vision, Custom Vision, Text Analytics, Bing Search and Bing AutoSuggestion. Visit Microsoft.com/cognitive if you need keys. Please notice that some of the demos perform tasks in realtime, so if you are going to use some of those demos you will need to upgrade to a paid key so it has enough throughput and won't be throttled.

Running the sample

  1. Open the solution in Visual Studio 2017
  2. Right click on the IntelligentKioskSample project and set it as the StartUp Project
  3. Run the solution (F5)
  4. Enter your API Keys in the Settings page (they will be saved in the user profile). See Settings for more details on the available settings.
  • If you prefer using command line to obtain the keys, you can follow the steps in the in the Key Acquisition Steps file on how to do that through azure cli commands from bash / git bash
  1. Explore one of the scenarios

Scenarios, Scenario, Overview, Features Covered, ----------------------------, --------, ----------------, Anomaly Detector, Showcases anomaly detection with three pre-selected data streams, as well as a Live Sound scenario that samples the audio level of your microphone as the input data stream., Anomaly Detector API, Automatic Photo Capture, An autonomous workflow for capturing photos when people approach a web camera and pose for a photo, Windows 10 Face Tracking; Age and gender prediction; Face identification, Bing News Analytics, Connecting the Bing News APIs with the Text Analytics APIs to create a visualization of the news based on their sentiment and most common topics, Bing News API, Bing AutoSuggestion API, Text Sentiment and Text KeyPhrase Extraction, Bing Visual Search    , Shows how to use the power of Bing Image Insights to perform visual search and find visually similar images, products or celebrities., Bing Search API; Bing AutoSuggestion API, Custom Vision Explorer    , Shows how to use the Custom Vision Service to create a custom image classifier or object detector and score images against it., Custom Vision API, Bing Image Search API; Bing AutoSuggestion API, Custom Vision Setup    , Shows how to train a machine learning model using the Custom Vision Service., Custom Vision API, Bing Image Search API; Bing AutoSuggestion API, Emotion API Explorer, A playground for the Emotion APIs, Windows 10 Face Tracking; Emotion prediction; Bing Search API; Bing AutoSuggestion API, Face API Explorer, A playground for the Face APIs used for age and gender prediction, as well as face identification, Windows 10 Face Tracking; Age and gender prediction; Face identification; Facial landmarks; Bing Image Search API; Bing AutoSuggestion API, Face Identification Setup, Shows how to train the machine learning model behind the Face APIs to recognize specific people., Face identification; Bing Search API; Bing AutoSuggestion API, Greeting Kiosk        , A simple hands-free and real-time workflow for recognizing when a known person approaches the camera, Windows 10 Face Tracking; Realtime sampling; Face identification, Image Collection Insights        , An example of using Cognitive Services to add a layer of intelligence on top of a collection of photos, Face API, Emotion API, Computer Vision API, Ink Recognizer Explorer        , An example of recognizing digital handwriting and common shapes with ink canvas and form-filling scenarios, Ink Recognizer API, Insurance Claim Automation, An example of Robotic Process Automation (RPA), leveraging Custom Vision and Form Recognizer to illustrate automating the validation of insurance claims., Custom Vision API, Form Recognizer API, Bing Image Search API, Bing AutoSuggestion API, Mall Kiosk, An example of a Mall kiosk that makes product recommendations based on the people in front of the camera and analyzes their reaction to it, Windows 10 Face Tracking; Age and gender prediction; Realtime sampling of Emotion; Face identification; Windows 10 Speech-To-Text; Text Sentiment Analysis, Realtime Crowd Insights, A realtime workflow for processing frames from a web camera to derive realtime crowd insights such as demographics, emotion and unique face counting, Windows 10 Face Tracking; Realtime sampling; Age, gender and emotion prediction; Face identification; Unique face counting, Realtime Driver Monitoring, A futuristic scenario where a dashboard camera in a car could be used to monitor the driver and determine when the driver is looking away from the road ahead, sleeping, yawning or doing certain activities, such as using the phone or eating a banana., Windows 10 Face Tracking; Realtime sampling; Facial Landmarks; Head Pose; Face identification; Unique face tracking; Image Captioning, Realtime Image Classification, A realtime workflow for processing frames from a web camera to show classification models exported by Microsoft Custom Vision Service., Custom Vision API; Windows Machine Learning, Realtime Object Detection, A realtime workflow for processing frames from a web camera to show object detection models exported by Microsoft Custom Vision Service., Custom Vision API; Windows Machine Learning, Realtime Video Insights, A realtime workflow for processing frames from a video file to derive realtime insights such as demographics, emotion, unique face counting and face identification, Realtime sampling; Age, gender and emotion prediction; Face identification; Unique face counting; Celebrity detection, Translator API Explorer, Shows how to use the Translator Text API for text translation., Translator Text API, Vision API Explorer        , A playground for some of the offerings in the Computer Vision APIs. It shows how to extract tags, faces, description of the photo, celebrities, OCR results and color analysis., Windows 10 Face Tracking; Computer Vision API; Bing Image Search API; Bing AutoSuggestion API, Visual Alert Builder        , Shows how to use Custom Vision Service to quickly create an image classifier to detect visual states, and how to process frames from a web camera to alert when those states are detected., Custom Vision API; Windows Machine Learning, # Raspberry Pi + Sense HAT Kiosk

A trimmed down version of the kiosk is also available in the RaspberryPiKiosk folder. This version is similar to the main version and references the same ServicesHelper library. It has less demos and does a couple of tweaks to improve performance (it disables the Windows based face tracking code and makes the camera preview size very small).

This version also has a nice integration with the Sense HAT add-on for the Pi, making use of it to display output and switch between demos through the built-in joystick. The Sense HAT integration uses the great library and sample code provided by Mattias Larsson.

Navigating the kiosk via the Sense HAT joystick (assuming the joystick is on the lower/left corner as you look at the LEDs):

  • Left: Go to the demo launcher (the screen will keep scrolling the word "Launcher" while in the Launcher screen)
  • Up/Down while in the Launcher screen: Move different demos into focus (the name of the current demo in focus will keep scrolling)
  • Enter while the Launcher is scrolling the name of any particular demo: Launches that demo

Demos in the Pi version:, Scenario                    , Overview, ----------------------------, --------, Greetings Kiosk        , Samples the camera at 1fps and uses the Sense HAT to scroll the name and age of the main face in front of the camera (or gender and age if the person is not recognized)., Realtime Crowd Insights, Similar to the same demo in the main Kiosk, except that it also uses the Sense HAT to communicate the number of man and women (each unique face is a mapped to a LED, with the color indicating the gender)., Realtime Driver Monitoring, Similar to the same demo in the main Kiosk, except that it also uses the Sense HAT to indicate the detection of any of the dangerous situations by turning all the LEDs red., Emotion Meter  , A simple emotion meter, with each column of the Sense HAT 8x8 LED matrix indicating the level of each of the 8 emotions in the primary face in front of the camera., # Source Code Structure

1 Kiosk/ServiceHelpers: A portable library that serves as a wrapper around the several services.

  • One of the key things that the wrappers provide is the ability to detect when the API calls return a call-rate-exceeded error and automatically retry the call (after some delay).
  • The ImageAnalyzer class is another key class here, responsible for wrapping an image and exposing several methods and properties that act as a bridge to the Cognitive Services.
  • Another example of functionality is the FaceListManager class, which is a wrapper on top of the FaceList APIs to make it easier to track unique faces.

2 Kiosk: The main version of the kiosk

  • Kiosk/Views: The root pages that represent the various views in the kiosk.
  • Kiosk/Controls: The controls used by the various pages in the kiosk.

3 RaspberryPiKiosk: The trimmed down version fo the main kiosk

Contributing

We welcome contributions. Feel free to file issues & pull requests on the repo and we'll address them as we can.

For questions, feedback, or suggestions about Microsoft Cognitive Services, reach out to us directly on our Cognitive Services UserVoice Forum.

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
LICENSE.

Developer Code of Conduct

The image, voice, video or text understanding capabilities of the Intelligent Kiosk Sample uses Microsoft Cognitive Services. Microsoft will receive the images, audio, video, and other data that you upload (via this app) for service improvement purposes. To report abuse of the Microsoft Cognitive Services to Microsoft, please visit the Microsoft Cognitive Services website at https://www.microsoft.com/cognitive-services, and use the “Report Abuse” link at the bottom of the page to contact Microsoft. For more information about Microsoft privacy policies please see their privacy statement here: https://go.microsoft.com/fwlink/?LinkId=521839.

Developers using Cognitive Services, including this sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at http://go.microsoft.com/fwlink/?LinkId=698895.

Overview

Name With Ownermicrosoft/Cognitive-Samples-IntelligentKiosk
Primary LanguageC#
Program languageC# (Language Count: 1)
Platform
License:Other
Release Count0
Created At2016-06-09 17:19:24
Pushed At2022-01-19 22:11:10
Last Commit At2022-01-19 12:07:41
Stargazers Count1k
Watchers Count157
Fork Count576
Commits Count233
Has Issues Enabled
Issues Count69
Issue Open Count0
Pull Requests Count70
Pull Requests Open Count0
Pull Requests Close Count8
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top