Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
Welcome to Edge Impulse! We enable developers to create the next generation of intelligent device solutions with . In the documentation you'll find user guides, tutorials and API documentation. For support, visit the .
Follow these three steps to build your first embedded Machine Learning model - no worries, you can use almost any device to get started.
You'll need some data:
If you have an existing development board or device, you can collect data with a few lines of code using the or the SDK.
If you want to collect live data from a supported development kit, select your board from the list of and follow the instructions to connect your board to edge impulse.
If you already have a dataset, you can upload it via the .
If you have a mobile phone you can use it as a sensor to collect data, see .
Try the tutorials on , , , or . These will let you build machine learning models that detect things in your home or office.
After training your model you can run your model on your device:
If you want to integrate the model with your own firmware or project you can export your complete model (including all signal processing code and machine learning models) to a C++ or Arduino library with no external dependencies (open source and royalty-free), see .
If you have a fully supported development board (or your mobile phone) you can build new firmware - which includes your model - directly from the UI. It doesn't get easier than that!
If you have a gateway, a computer or a web browser where you want to run your model, you can export to and run it anywhere you can run JavaScript.
We have some great tutorials, but you have full freedom in the models that you design in Edge Impulse. You can plug in new signal processing blocks, and completely new neural networks. See , or click the three dots on a neural network page and select 'Switch to Keras (expert) mode'.
You can access any feature in the Edge Impulse Studio through the . We also have the if you want to send data directly, and we have an open to control devices from the Studio.
For larger teams, and companies with lots of data we offer an enterprise version of Edge Impulse. The enterprise version offers team collaboration on projects, a dataset builder that makes your internal data available to your whole team, integrations with your cloud buckets, transformation blocks that let you extract ML features from thousands of files in one go, and custom processing and deployment blocks for your organization. You can find documentation under or contact us via for more information.