/edge_ml_club

Course content for Code Next's Edge ML Club

Primary LanguagePython

Edge ML Club materials

This repository provides several Python modules that are required for Google's Code Next - Edge ML Club projects, including starter script files for those projects.

Get started

  1. Download this Raspberry Pi image and flash it onto your SD card. If you're not familiar with flashing, follow these steps:

    1. Plug in a microSD card to a desktop/laptop computer (you might need an SD card adapter).

    2. On the same computer, install the Raspberry Pi Imager.

    3. Open the Raspberry Pi Imager, click Choose OS, then scroll down and click Use custom.

    4. In the window that appears, select the ZIP file you downloaded in the first step above (the filename starts with "codenext").

    5. Back in the Raspberry Pi Imager, click Choose SD Card, and select your microSD card.

    6. Now click Write to begin flashing the card.

  2. When flashing is complete, insert the SD card into your Raspberry Pi and power it on.

  3. Connect a USB camera and Coral USB Accelerator to the blue USB ports on your Raspberry Pi. (The blue ports are USB 3.0, the others are 2.0.)

  4. On the Raspberry Pi, download this Git repository by opening the Terminal application and running this command:

    git clone https://github.com/CodeNextAdmin/edge_ml_club
    
  5. Enter the directory and download some required files:

    cd edge_ml_club
    
    make download
    
  6. Now run the test.py script to be sure the camera and accelerator are working:

    python3 test.py