Skip to main content

Client Installation

Two software are needed for running Cordatus: Cordatus Client and Cordatus Web App.

Cordatus Web App is a website you can access through your internet browser. It acts as a platform where you can control and manage your devices, cameras, and jobs efficiently.

Cordatus Client

Cordatus Web App

 

In contrast, Cordatus Client is a desktop application created for installation and use on a range of devices, such as embedded devices, PCs, workstations, and servers. This application incorporates an embedded inference engine responsible for analyzing incoming data, executing AI models, and producing analytics along with associated tasks. It's important to note that each Cordatus Client is tailored to the device it's installed on, so the count of Cordatus Clients aligns with the number of devices in your possession.

Cordatus Client

Cordatus Client

 

These steps will guide you through the process of installing Cordatus Client on your devices.

System Requirements

Cordatus Client is a versatile platform designed to work seamlessly across various devices and cloud services. It supports the NVIDIA Jetson Platform, x86 architecture, and cloud services with NVIDIA GPUs. This flexibility enables you to effortlessly install and use Cordatus Client on your preferred device, irrespective of its architecture, unlocking the full benefits provided by Cordatus.

Requirements for the NVIDIA Jetson Platform

These specifications ensure smooth operation of Cordatus Client on the Jetson platform, providing the necessary resources for AI inference and related tasks. To avoid any compatibility issues, it's essential to verify that your Jetson device meets these requirements before installing Cordatus Client.

  • Ubuntu 18.04, 20.04 or 22.04 operating system.
  • NVIDIA JetPack 4.6.1 (L4T 32.7.1) up to 5.1.2 (L4T 35.4.1).
  • 32GB or higher disk space.
  • Stable Internet Connection.
info

You can use the following command to determine your installed JetPack version:

sudo apt-cache show nvidia-jetpack

Requirements for x86 Platforms and Cloud Servers

These specifications are crucial for the optimal functioning of Cordatus Client on x86 platforms, providing the essential resources for AI inference and related tasks. To avoid any compatibility issues, it's important to confirm that your x86 device meets these requirements before installing Cordatus Client.

  • Ubuntu 18.04, 20.04 or 22.04 operating system.
  • NVIDIA GPUs have Pascal or higher architecture.
  • NVIDIA GPU driver version 470 or higher.
  • 32GB or higher disk space.
  • Stable Internet Connection.

Nvidia GPU Drivers

To install the Cordatus client on your device, ensure that the Nvidia GPU Driver is installed on your system. You can check the Nvidia Official Drivers page to find and install the appropriate Nvidia driver for your system.

Install Cordatus Client

If your system meets the platform requirements, Cordatus will automatically handle the installation of any additional dependencies needed for the Cordatus Client to function properly. This eliminates the need for manual installation of other software or libraries on your device before using Cordatus. Just follow the installation instructions provided for your platform, and Cordatus will take care of the rest. This not only saves you time but also ensures that you have all the necessary software in place for a smooth Cordatus experience.

To start installing the Cordatus Client, begin by downloading the installer. Open your terminal and enter the following command to get the installer from Cordatus' official website. If you face any issues with pasting the command in the terminal using the Ctrl+V shortcut, you can right-click in the terminal and choose the paste command from the menu:

wget https://download.cordatus.ai/cordatus_install.sh

Running this command will start the download of the Cordatus Client installer. Once the download is finished, you can proceed with the installation process, ensuring that you have the latest version of the Cordatus Client, including any necessary updates or fixes.

Before starting the installation of the Cordatus Client, you need to adjust the permissions of the installation file to make it executable. To do this, enter the following command in your terminal and enter your user password when prompted:

sudo chmod +x cordatus_install.sh

This command will provide the installation file with the required executable permission, allowing you to execute it without any problems. After adjusting the file's permissions, you can proceed with the installation by running the installation file.

To execute the installation file, enter the following command in your terminal:

./cordatus_install.sh

Executing this command will start the installation of the Cordatus Client on your device. The installation process will guide you through the necessary steps and request any required inputs. Running the installation file with sudo privileges ensures that the Cordatus Client is installed with the necessary permissions and access to your system resources. After the installation is finished, you'll see a terminal window similar to the one shown below on your screen.

Cordatus Client

Terminal Window After the Installation

 

After restarting your device, you can launch the Cordatus Client by searching for it within your applications and take advantage of its features.

Cordatus Client

Cordatus Client in Applications

 

info

When you start a job for the first time, Cordatus will install an inference engine of about 30GB. You'll receive a warning about this when starting your initial job. Please wait until you are redirected to the Jobs page and see that your job has started running. Avoid closing your client during this time, as it may interrupt the download and extend the installation time. The duration can vary, taking up to an hour depending on your connection speed. Keep an eye on the download speed indicator at the bottom of the client to monitor the process.

Uninstall Cordatus Client

If you want to uninstall the Cordatus Client from your device, you can simply run the command below in the terminal:

sudo dpkg -r cordatus

Alternatively, you can remove the Cordatus Client from your device while you are removing your device from your account. While removing your device, just click the toggle next to the Remove Device Only to turn the label to Remove device with Cordatus data and make sure Cordatus Client is selected in the list below. You can also select other items in the list to remove from your device. Refer to Removing a Device section to see detailed information about removing a device from your account.

Cordatus Client

Removing Cordatus Client