Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 803 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 803 Bytes

Emotion API Simple GUI

Requirements Status

A simple GUI for Microsoft Emotion API testing.

preview

How to Use

  1. Get an Emotion API key by creating Microsoft Azure account.
  2. Clone this repo.
  3. run python main_application.py.
  4. Input Emotion API Key in the first entry of the GUI application.

Dependencies

Tkinter

apt-get install python3-tk

OpenCV

pip3 install opencv-python

Matplotlib

pip3 install matplotlib