Coder Social home page Coder Social logo

ansy's Introduction

ansy

ansy is a tool for ANnotating and SYnchronizing wearable sensor data

WIP!

Usage

run poetry run ansy --help:

Usage: ansy [OPTIONS] COMMAND [ARGS]...

  ansy is a tool for ANnnotating and SYnchronizing wearable sensor data.

Options:
  --install-completion  Install completion for the current shell.
  --show-completion     Show completion for the current shell, to copy it or
                        customize the installation.
  --help                Show this message and exit.

Commands:
  align
  annotate
  sync

Synchronization

run poetry run ansy sync --help:

Usage: ansy sync [OPTIONS] INPUT_DIR

Arguments:
  INPUT_DIR  The input directory. Contains csv files which want to be
             synchronized.  [required]

Options:
  --help  Show this message and exit.

Alignment

run poetry run ansy align --help:

Usage: ansy align [OPTIONS] DATA_DIR OUTPUT_DIR

Arguments:
  DATA_DIR    The data directory. Contains csv files which want to be aligned.
              [required]
  OUTPUT_DIR  The output directory. The aligned data will saved in this
              directory.  [required]

Options:
  -s, --sync-file PATH  The sync result file. data files will be aligned based
                        on this file.  [required]
  --help                Show this message and exit.

Annotation

run poetry run ansy annotate --help:

Usage: ansy annotate [OPTIONS] DATAFILE RESULT_PATH

Arguments:
  DATAFILE     The data file which want to be annotated.  [required]
  RESULT_PATH  The annotation result file.  [required]

Options:
  --config PATH  The user settings file. Only json format is supported at
                 present.
  --help         Show this message and exit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.