Skip to content

inferense/panache

Repository files navigation

Panache: Gesture-machine Interface

LLP108(IoT) CW

Panache UI

Panache is an AI powered gesture-machine interface. It's enabled by 3 components:

  1. iOS app
  2. accelerometer sensor (TI SensorTag)
  3. cloud based machine learning model

The iOS app samples data from the acceleromenter in rate of 10Hz, which is directed to the cloud-based machine learning model for prepocessing and classification. Using the Fourier transform, the data is firstly transformed into a frequency based domain, where the pre-trained binary SVM model performs classification of the performed gestures. The classification accuracy of the model is ~87% based on only 400 training samples. Finally, the iOS app pulls the classification result as an http request and forwards a command to the wearable device (TI Sensortag) to light up a corresponding LED based on the performed gesture (green for 'accept'/ red for 'decline').

The project simulates a wearable device such as smartwatch enabling binary command interface with a connected device.

Main

HW Prerequisites

SW Components

Demo