Giter Site home page Giter Site logo

subho57 / cvat-sdk Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 6.57 MB

CVAT SDK for JavaScript in the browser and Node.js

Home Page: https://subho57.github.io/cvat-sdk/docs

License: MIT License

Shell 0.14% JavaScript 0.07% TypeScript 84.93% HTML 14.86%
cvat cvat-annotations-pipeline cvat2 cvat-sdk-js subho57

cvat-sdk's Introduction

NPM JavaScript Style Guide

This package provides a Javascript client library for the CVAT server. It can be useful for workflow automation and writing custom CVAT server clients.

The SDK API includes several layers:

Package documentation is available here.

Installation & Usage

To install a prebuilt package, run the following command in the terminal:

npm install cvat-sdk # or yarn add cvat-sdk

After installation, you can import the package:

import { Configuration, TasksApi } from 'cvat-sdk';

const configuration = new Configuration({
  username: CONFIG.CVAT.USERNAME,
  password: CONFIG.CVAT.PASSWORD,
});

const tasksApi = new TasksApi(configuration);
const task = await tasksApi.tasksRetrieve({
  id: 1,
});

cvat-sdk npminsights.com

Module Stats

See Rollup Visualizer

cvat-sdk's People

Contributors

subhankar-trisetra avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.