Python SDK for Edge Impulse.
Project description
Edge Impulse SDK
The official Python SDK for Edge Impulse is designed to help machine learning practitioners build and deploy models for embedded hardware and edge AI applications.
- Profile your model to estimate RAM, ROM, and inference speed
- Convert your model to C++ to deploy on edge hardware
- Interact with Edge Impulse projects to collect data, train models, and deploy them to edge devices
List of versions and changes can be found in this changelog.
Getting Started
Install the Edge Impulse Python SDK:
pip install edgeimpulse
Estimate RAM, ROM, and inference speed for a variety of hardware platforms:
import edgeimpulse as ei
# Change to an API key from your Edge Impulse project
ei.API_KEY = "your-api-key"
# Print inference estimates
result = ei.model.profile(model="path/to/model")
result.summary()
To learn about the full functionality, see the resources below.
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
edgeimpulse-1.0.15.tar.gz
(53.0 kB
view hashes)
Built Distribution
Close
Hashes for edgeimpulse-1.0.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7099e6cf282210a3745533775b572aea1378e474baad0b9b9609e67f83ef42e |
|
MD5 | 5b35a7441d1f3a7955ae474a2ccf98ec |
|
BLAKE2b-256 | fd327ebf7e328afe5a5175d8f9f70bd1a279dace25a4d3589cea0a6c430ef3c9 |