Python GUI for annotating and processing time series data.
Project description
MaD GUI
Machine Learning and Data Analytics Graphical User Interface
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mad_gui-1.0.1a0.tar.gz.
File metadata
- Download URL: mad_gui-1.0.1a0.tar.gz
- Upload date:
- Size: 401.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f1ffb2606811fe49b57a1f695a066f03fc0cdb4467d7a70dce0aa794cbf758
|
|
| MD5 |
494bae403df476e033b377f457e038b7
|
|
| BLAKE2b-256 |
e9669f2fcb0f18dd13bcbde0ef206ac0e6bf55f86e1084affbd24c10fed1a6b1
|
File details
Details for the file mad_gui-1.0.1a0-py3-none-any.whl.
File metadata
- Download URL: mad_gui-1.0.1a0-py3-none-any.whl
- Upload date:
- Size: 429.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.5 Linux/5.13.0-1031-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b4b43f878ea34fbd55aa376260986b2114eaa4791b1663868b9051f270da924
|
|
| MD5 |
6cd253953d61350945ddeb159ea61b70
|
|
| BLAKE2b-256 |
9ad0975c33dfdc2cae4a5b59f2d6f7ccecdbae922e54ac58e9c781d4321ef86b
|