Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.47 KB

ChimeraPy Tutorial

ChimeraPy

Step by step guide for using the ChimeraPy framework.

ChimeraPy is a Scientific, Distributed Computing Framework for Real-time Multimodal Data Retrieval and Processing. This repo provides a step by step guide to using ChimeraPy to create multimodal data collection pipelines with the ChimeraPy framework.

Prerequisites

  1. Install git if you don't have it already. You can download it from here.

  2. Download the test data required for this tutorial from here and clone this repository for a step-by-step guide:

$ git clone https://github.com/ChimeraPy/Tutorial.git

or

$ git clone git@github.com:ChimeraPy/Tutorial.git

Contents

  1. Introduction to Python and creating conda environments
  2. ChimeraPy Framework: Introduction
  3. Installation
  4. Packaging and Plugin Architecture
  5. Implementing Custom Nodes (Recording Modalities)
  6. ChimeraPy CLI
  7. Packaging YOLO

License

ChimeraPy uses the GNU GENERAL PUBLIC LICENSE, as found in LICENSE file.