Skip to content

Getting Started

Install HeliaEdge

You can install helia-edge from PyPI via:

pip install helia-edge

Alternatively, you can install using uv via:

uv add helia-edge

Note

helia-edge relies heavily on Keras 3. Since Keras supports multiple backend frameworks, you'll need to install one of the following. By default, we assume TensorFlow as a number of the data pipelines are built using TensorFlow tf.data.Dataset.

Requirements

Check the project's pyproject.toml file for a list of up-to-date Python dependencies. Note that the installation methods above will install all required dependencies.