Chooch Inference Engine Setup Guide

Within the dashboard, this guide will walk you through the steps to set up an edge device running Chooch AI models for NVDIA GPU’s and Intel Processors. The guide will explain how to use the Chooch AI Vision Studio to create a device, then add camera streams and add AI models to the device. Finally, you will run a script that installs the AI models on the hardware and access the Chooch Inference Engine to see the AI in action.

Please note you will need a free account on the Chooch AI Vision Studio. If you don’t yet have one, please sign up here. For the moment, you will also need an Enterprise account. Please request one here.

Hardware Requirements

CPU

  • Compatible Processors
    • 8th to 10th generation Intel® Core™ > i7 (suggested i9)
    • 3rd generation Intel® Xeon® Scalable processors
  • Compatible Operating Systems
    • Ubuntu* 18.04.3 LTS and above (64 bit)
  • Memory
    • Min 32GB RAM
  • Disk
    • 256GB SSD Drive
  • 3rd Party Software Requirements
    • Docker

Installation Requirements

PC CPU Setup Guide

Installation requirements for Ubuntu Server for CPU:

Please follow the docker installation instructions
https://docs.docker.com/engine/install/ubuntu/

Notes:

-An Internet connection is needed to perform many of the following steps
-Many of the following command lines will require your system’s root or super user password

 

Enter the following script to your terminal and follow the instructions:

This installation time may take approximately 60 minutes or more, based on your network upload speed.

3 Circle Icon Code Icon
Code Icon
#default GPU install (see below for other optional arguments)
#NOTE: api key MUST go after -k argument. Other optional argument append to the end

bash -c "$(curl http://get.chooch.ai/chooch-setup)" -s -k  api_key
Optional arguments:

-c: CPU install

-v: vGPU install

-d <install_dir>: install directory (defaults to $HOME if not specified)

api_key: API Key provided by Chooch can be found at the bottom of your dashboard’s Homepage.

Installation Chooch Edge Service:

  1. Log in to your Chooch AI Vision Studio account.
  2. Go to Devices
  3. Create a device
  4. Add a stream to your device
  5. Add Models to your Stream
  6. You can access your Chooch Inference Engine interface on your device from http://localhost:3000/. Copy & paste the Device ID of the device you want to connect. The Device list can be found under the Devices tab of your dashboard.
  7. Set a password to access the dashboard.
  8. You can access your Chooch Inference Engine interface on the device after installation, from http://localhost:3000/
  9. Now you can start using the system!
Some useful commands start,stop and restart the service on device.

Start

3 Circle Icon Code Icon
Code Icon
docker-compose start

Stop

3 Circle Icon Code Icon
Code Icon
docker-compose stop

Restart

3 Circle Icon Code Icon
Code Icon
docker-compose restart
New Gartner Report! Discover how AI-powered vision systems can provide real-time monitoring for workplace hazards. Access your free copy →