Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edgeimpulse

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edgeimpulse

Python SDK for Edge Impulse.

  • 1.0.18
  • PyPI
  • Socket score

Maintainers
2

Edge Impulse logo

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

Sign up for a free account →

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc