cvat
CVAT
Crystal lang client for interfacing with the CVAT v2 API
Installation
-
Add the dependency to your
shard.yml
:dependencies: cvat: github: spider-gazelle/cvat
-
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
- Fork it (https://github.com/spider-gazelle/cvat/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Stephen von Takach - creator and maintainer
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