You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main features of the Portenta Vision Shield are the audio and video capabilities. This makes it a perfect option for almost infinite machine-learning applications.
689
+
690
+
Creating this type of application has never been easier thanks to our Machine Learning Tool powered by Edge Impulse®, where we can easily create in a __No-Code__ environment, __Audio__, __Motion__, __Proximity__ and __Image__ processing models.
691
+
692
+
The first step to start creating awesome artificial intelligence and machine learning projects is to create an [Arduino Cloud](https://cloud.arduino.cc/home/) account.
693
+
694
+
There you will find a dedicated integration called __Machine Learning Tools__.
695
+
696
+

697
+
698
+
Once in, create a new project and give it a name.
699
+
700
+

701
+
702
+
Enter your newly created project and the landing page will look like the following:
Now, it is time to set up the __Edge Impulse®__ environment on your PC. For this, follow [these](https://docs.edgeimpulse.com/docs/tools/edge-impulse-cli/cli-installation) instructions to install the __Edge Impulse CLI__.
709
+
710
+
***For Windows users: make sure to install [Visual Studio Community](https://visualstudio.microsoft.com/downloads/) and [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022).***
711
+
712
+
- Download and install the latest __Arduino CLI__ from [here](https://arduino.github.io/arduino-cli/0.35/installation/). ([Video Guide for Windows](https://www.youtube.com/watch?v=1jMWsFER-Bc))
713
+
714
+
- Download the [latest Edge Impulse® firmware](https://cdn.edgeimpulse.com/firmware/arduino-portenta-h7.zip) for the Portenta H7, and unzip the file.
715
+
716
+
- Open the flash script for your operating system (`flash_windows.bat`, `flash_mac.command` or `flash_linux.sh`) to flash the firmware.
717
+
718
+
- To test if the __Edge Impulse CLI__ was installed correctly, open the __Command Prompt__ or your favorite terminal and run:
719
+
720
+
`edge-impulse-daemon`
721
+
722
+
If everything goes okay, you should be asked for your Edge Impulse account credentials.
723
+
724
+

725
+
726
+
- Enter your account username or e-mail address and your password.
727
+
- Select the project you have created on the Arduino ML Tools, it will be listed.
728
+
- Give your device a name and wait for it to connect to the platform.
729
+
730
+

731
+
732
+
### Uploading Sensor Data
733
+
734
+
The first thing to start developing a machine learning project is to create a _dataset_ for your model. This means, uploading _data_ to your model from the Vision Shield sensors.
735
+
736
+
To upload data from your Vision Shield on the Machine Learning Tools platform, navigate to __Data Acquisition__.
In this section, you will be able to select the Vision Shield onboard sensors individually.
741
+
742
+
This is the supported sensors list:
743
+
- Built-in microphone
744
+
- Camera (320x240)
745
+
- Camera (160x160)
746
+
- Camera (128x96)
747
+
748
+

749
+
750
+
Now you know how to start with our __Machine Learning Tools__ creating your dataset from scratch, you can get inspired by some of our ML projects listed below:
751
+
752
+
-[Image Classification with Edge Impulse®](https://docs.arduino.cc/tutorials/portenta-vision-shield/custom-machine-learning-model) (Article).
0 commit comments