Within the dashboard, this guide will walk you through the steps to set up an edge device running Chooch models for CPU, NVDIA GPU, and Jetson Orin. The guide will explain how to install the Chooch Inference Engine on your device. It will also outline how to use the AI Vision Studio to create a device, add camera streams, and add AI models to the device.
You must have a Chooch Enterprise Account to install the Inference Engine. If you do not have one, please contact support@chooch.com to request one.
| Compatible Graphics Cards | T4, V100, L40, L40S, L4, A2, A10, A30, A100, H100, RTX Ampere (Ax000/RTX30x0/RTX40x0) |
|---|---|
| Compatible Operating Systems | Ubuntu ≥ 22.04 (20.04 upon request) |
| GCC | GCC 9.4.0 |
| CUDA Release | ≥ 12.2 |
| CuDNN Release | 8.4.1.50+ |
| TRT Release | 8.4.1.5 |
| Display Driver | ≥ 535.183.01 |
| Compatible Processors | 8th to 13th generation Intel® Core™ > i7 (suggested i9) 3rd generation Intel® Xeon® Scalable processors |
| Memory | 32GB RAM minimum |
| Disk | 256GB SSD Drive |
| Compatible Processors | 8th to 13th 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 |
| Compatible Processors | Jetson AGX Orin 64GB Jetson AGX Orin 32 GB |
|---|---|
| Compatible Operating Systems | Jetpack 5.1.2 |
| Memory | Min 32GB RAM |
Many of the following command lines will require your system’s root or super user password. An Internet connection is needed to perform many of the following steps.
If Ubuntu has not been installed, please use the following link: https://releases.ubuntu.com/22.04/. If Ubuntu has been previously installed, please continue below.
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.
Optional arguments
api_key
API Key provided by Chooch can be found at the bottom of your Chooch AI Vision Studio Homepage.
Please follow the docker installation instructions:
https://docs.docker.com/engine/install/ubuntu/
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.

Optional arguments
-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.
Chooch supports the NVIDIA JetPack SDK. JetPack installation is managed by NVIDIA SDK Manager. You will need to create a free NVIDIA account or use an existing one.
Please follow the NVIDIA SDK Manager installation instructions that explain how to install Jetpack OS 5.1.2, using a host device (host device requirements below).
| Required Host Operating System | Ubuntu ≥ 22.04 (20.04 upon request) |
|---|---|
| Compatible Jetpack Version | Jetpack 5.1.2 |
| Required Host Hardware | RAM 8GB Internet Connection |
All CUDA libraries will be included in Jetpack. If you are seeing errors about missing CUDA drivers, please reboot to confirm proper installation and setup.
If you are accessing the Jetson Orin device locally, login into http://localhost:3000 and follow the instructions below. If accessing Jetson Orin remotely, login from the Jetson’s public IP address at port 3000 to access the Chooch Inference Engine.
On Host Device: Connect the hardware directly to the host device with SDK Manager installed. This will vary from device to device, but normally a USB cord is provided)
Launch NVIDIA SDK Manager, make the following selections:
# Replace API_KEY with your API Key generated from app.chooch.ai dashboard.
bash -c "$(curl https://get.chooch.ai/inference-engine-v8-jetson)" -k API_KEY






Start the Chooch Inference Engine
docker-compose start
Stop the Chooch Inference Engine
Restart the Chooch Inference Engine
docker-compose restart