Try for Free
COMPANY
BlogPressAboutCareers
PRICING
CVAT.ai cloudOn-prem deployment
RESOURCES
InstallQuickstartDocumentation
COMMUNITY
DiscordGitterGitHubContribute
CONTACT US
contact@cvat.ai
Using CVAT SDK

We are excited to introduce the 6th video in the Computer Video Annotation Course, which will guide you through using the CVAT SDK.


In the video we demonstrate the CVAT SDK that is a Python library that provides functionality to simplify the integration of CVAT API into your application. The SDK is open-source, platform-independent, and easy to install with “pip”. 

The library functionality can be divided into three parts: 

  • low-level API;
  • high-level API;
  • and various utilities and helpers.

The low-level API provides server API wrappers, while the high-level API allows you to interact with the server objects using object-oriented API. 

The Client class ties together the functionality of the high-level API and provides simple access to the server entities such as tasks and projects. The library also includes data validation, response parsing, error handling, and inline documentation for each layer. With the CVAT SDK, you can save time on writing integration code and focus more on your tasks.

We are waiting for your feedback here:


Discord

LinkedIn

Gitter

GitHub


You can find more information on our YouTube channel

February 1, 2023
CVAT Team
Go Back