Skip to content

AI Host Installation

wb666greene edited this page May 26, 2018 · 7 revisions

AI Host Software Installation

  1. Setup a Raspberry Pi3 (B+ preferred) with a Movidius Neural Compute Stick following these instructions.

  2. Download the sample code from this real-time tutorial to get the complied Movidius graph. (It'd be nice if I could get permission to redistribute this graph file here to make things simpler)

  3. Download my AI_detection.py script AI_detect.py and place it in the same sub-directory as the Movidius sample script and graph directory.

  4. Start node-red and configure to run on startup on the AI Host (need to flesh out as the details of this is mysterious to many people)

  5. Install node-red-contrib-ftp-server

  6. Download and install my ftpToMovidius.formatted.json from here. Open it in a text editor and copy the entire contents to the clipboard.

  7. Connect to the node-red web server on the AI host form any Chrome or Chromium browser

Clone this wiki locally