Skip to content

Getting Started

Install neuralspot-edge

You can install neuralspot-edge from PyPI via:

pip install neuralspot-edge

Alternatively, you can install using Poetry via:

poetry add neuralspot-edge

Note

neuralspot-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.