zorzr

Time Series Labeler

Getting started

In this page you can find the basic information in order to run the software.

Requirements

These libraries and their dependencies can be quickly installed by using the requirements.txt file and by tiping the following lines in a terminal (adopt the correct one for your OS)

Windows

pip install -r requirements.txt

Linux/MacOS

pip3 install -r requirements.txt

Usage

In order to run the application, you need to execute the main.py file.

Windows

If you have the right file associations, just double-click on the file.
In alternative, you can type on the command prompt:

python main.py

Linux/MacOS

Open a terminal instance and write the following command:

python3 main.py

Table of contents