BeagleY-AI Development Board - Unboxing | DigiKey
Inside the box, you’ll find the Beagle Y AI board designed to simplify AI development on a dedicated 4 TOPS co-processor. It also features Bluetooth 5.4, Wi-Fi 6, gigabit Ethernet, PCIe Gen 3, video and vision accelerators, support for 3 simultaneous displays, and it includes an attached antenna. In this demo, we’ll setup and run an object detection model on the Beagle Y AI. First connect a display, keyboard, mouse, webcam, Ethernet cable, and USB-C to power your board. Then, follow the instructions found in the getting started link that is provided with your board to install Linux on your Beagle Y AI. From the terminal on your Beagle Y AI, Install the light version of Conda and create and activate a virtual environment. Install required Python modules. Load the pretrained object recognition models. Create the Python file for running object detection and paste the code into the file. Now run the script to begin using your object detection model.