Documentation: https://ambiqai.github.io/neuralspot-edge
Source Code: https://github.com/AmbiqAI/neuralspot-edge
neuralSPOT Edge (NSE) is Keras 3 add-on focused on training and deploying models on resource-constrained, edge devices. NSE relies heavily on Keras 3 leveraging it's multi-backend support and customizable architecture. This package provides a variety of additional models, layers, optimizers, quantizers, and other components to help users train and deploy models for edge devices.
- Getting Started: Learn how to install and use NSE
- API Documentation: Explore the API
- Usage Examples: See examples of NSE in action
- Explore Guides: View in-depth guides on using NSE
- Callbacks: Training callbacks
- Converters: Converters for exporting models
- Interpreters: Inference engine interpreters (e.g. TFLite)
- Layers: Custom layers including
tf.data.Dataset
preprocessing layers - Losses: Additional losses such as SimCLRLoss
- Metrics: Custom metrics such as SNR
- Models: Highly parameterized 1D/2D model architectures
- Optimizers: Additional optimizers
- Plotting: Plotting routines
- Quantizers: Quantization techniques
- Trainers: Custom trainers such as SSL contrastive learning
- Utils: Utility functions
- By leveraging Keras 3, entire workflows can be run using a variety of backends using a consistent front-end API. This allows selecting a backend that plays nicely with a specific inference engine without rewriting the entire model.
- By providing highly parameterized model architectures based on SOTA models, users can easily scale down models to fit their needs.
- Most included models in NSE provide both 1D and 2D versions. The package also contains time-series specific models.
- NSE provides a variety of quantization and pruning techniques to optimize models for edge deployment.