Pipelines system for neu.ro


License
Apache-2.0
Install
pip install neuro-flow==24.2.0

Documentation

Getting started

neuro-flow is a tool that simplifies daily jobs on the Neu.ro platform.

Neuro Flow provides users the ability to create YAML files that configure routine things, for example, starting a Jupiter Notebook on the platform, starting a training pipeline, opening a file browser for remote storage, etc.

The tool builds required Docker images and starts all necessary Neu.ro jobs under the hood, while the user doesn't have to type all required neuro options and manually manage the pipeline scenarios.

Installation

The tool is hosted on PyPI and can be installed by pip as a regular Python project:

$ pip install neuro-flow

Use the --upgrade option to upgrading Neuro Flow to the latest version:

$ pip install --upgrade neuro-flow