Skip to content
André Pedersen edited this page Jan 24, 2023 · 1 revision

Welcome to the Wiki!

This wiki describes how to get started with using the DSS framework.

The steps describes include:

  • How to train recurrent neural network (RNN) for gesture classification using sensor accelerometer data.
  • How to convert pretrained RNN to TF-Lite format, which is compatible with mobile devices.
  • How to setup a simple mobile demo app for running the model.
  • How to add the pretrained model to the app.

In addition, if you are interested in contributing to the mobile app, you should get to know the right tools for the job. This include:

  • Getting started with Android Studio, which is the IDE I use when developing the app.
  • How to setup the Flutter environment.
  • How to use hot-reload Flutter feature to develop and update app in real time.
  • How to connect virtual and physical mobile device for testing.