Skip to main content

Python GUI for annotating and processing time series data.

Project description

MaD GUI

Machine Learning and Data Analytics Graphical User Interface

Test and Lint Documentation Status

PyPI version shields.io PyPI - Downloads

GitHub all releases

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. More information:

Using our example

In a python 3.8 environment, execute the following commands or use the section Development installation:

pip install mad_gui
mad-gui

This is just to get a first feeling of how the GUI looks like, you can test with our example data: You can download our example data to test our built-in exemplary importer, exemplary algorithms and exemplary label. To see how to open our example data within the GUI, please refer to our section about the User Interface.

Using your data / algorithms

Very short, you will create and inject plugins, similar to this:

from mad_gui import start_gui
from my_plugin_package imoprt MyAlgorithm

start_gui(plugins=MyAlgorithm)

For more information on how to create your plugins, refer to our readme or our more extensive documentation.

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-1.0.2.tar.gz (401.1 kB view hashes)

Uploaded Source

Built Distribution

mad_gui-1.0.2-py3-none-any.whl (430.0 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