Skip to main content

GUI for annotating and processing IMU data.

Project description

MaD GUI

Machine Learning and Data Analytics Graphical User Interface

Test and Lint Documentation Status Code style: black

What is it?

The MaD GUI is a framework for processing time series data. Its use-cases include visualization, annotation (manual or automated), and algorithmic processing of visualized data and annotations.

How do I get the GUI?

Below, we provide two ways of how to get the GUI. In case one of these fails for you, please refer to our troubleshooting guide [Link coming soon]. You want to load data of a specific format or want to use a specific algorithm? In this case please refer to "Can I use it with data of my specific system or a specific algorithm?".

Standalone executable

The GUI can be packed into stand-alone executables, such that is not necessary for you to install anything on your machine.

  • Windows users: download our exemplary executable here [Coming soon]
  • Other operating systems: Contact us.

Using the python package

pip install git+https://github.com/mad-lab-fau/mad-gui.git

From your command line either simply start the GUI or pass additional arguments:

python -m mad_gui.start_gui
python -m mad_gui.starg_gui --base_dir C:/my_data

Alternatively, within a python script use our start_gui function and hand it over the path where your data resides, <data_path> like "C:/data" or "/home/data/":

from mad_gui import start_gui
start_gui(<data_path>)

How do I interact with the GUI?

<soon there will be one or more videos here, which show(s) how the GUI works>

  • loading data / video / annotations
  • adding annotations via an algorithm
  • synchronize video and data
  • export data / apply other algorithms and export results

Can I use it with data of my specific system or a specific algorithm?

Yes, however it will need someone who is familiar with python. Developers can learn more about how to create plugins for our GUI here [Link coming soon]. You do not have experience with python but still want to load data from a specific system? Contact us!

Can I change something at the core of the GUI?

Sure, we try to document the most important parts of the GUI to make adaption as easy as possible. Take a look at the developer guidelines for more information [Link coming soon].

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mad_gui-0.2.0a1.tar.gz (391.8 kB view hashes)

Uploaded Source

Built Distribution

mad_gui-0.2.0a1-py3-none-any.whl (417.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page