nengo-edge

Tools for working with NengoEdge


Keywords
audio-processing, deep-learning, edge-ai, edge-computing, keyword-spotting
License
MIT
Install
pip install nengo-edge==24.3.6

Documentation

NengoEdge Tools

NengoEdge is a cloud-based platform for training and deploying high accuracy, low power audio AI models on edge devices. This package contains tools and examples to assist in taking a trained model exported from NengoEdge and deploying it in your own application.

To get started running NengoEdge models locally, set up a Python environment using the installation instructions below. Then download the live microphone demo notebook and open it with:

jupyter notebook /path/to/microphone-demo.ipynb
https://www.nengo.ai/nengo-edge/_static/demo.png

Installation

NengoEdge models use the TensorFlow machine learning library. If you already have TensorFlow installed, then all you need is to:

pip install nengo-edge

If you do not have TensorFlow installed, see the see the full installation instructions for more details.