Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 716 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 716 Bytes

Detect facial expression with Flask & Azure API

This is a Flask game app for facial expression detection.

This game selects an emotion, and you have to try your best to show that emotion on your face. Once you have your best emotion face on, you take a picture with your camera and the web game will check to see what emotion you are showing using the Azure Face API.

If it is the same as the one you were asked to show, you win.

Requirements

  • Flask
  • Azure account

Installation

  • pip install Flask

Usage