cvat

crystal lang API client for CVAT, image and video annotation platform

CVAT

Crystal lang client for interfacing with the CVAT v2 API

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      cvat:
        github: spider-gazelle/cvat
    
  2. Run shards install

Usage

require "cvat"

client = CVAT.client(URI.parse("https://app.cvat.ai/"), "user", "pass")
orgs = client.organizations
client.projects(org_id: orgs.first.id)

Contributing

  1. Fork it (https://github.com/spider-gazelle/cvat/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

cvat

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • 8 days ago
  • April 3, 2025
License

MIT License

Links
Synced at

Thu, 10 Apr 2025 12:25:49 GMT

Languages