Deeplabel ClientΒΆ

This is a client for the Deeplabel API. It conatins method for get, post, put and delete.

It has a Baseclient class with the following attributes:

  • label_url: str

  • infer_url: str

  • project_id: str

  • restriction: bool

The Baseclient class is used in all the methods for calling the api endpoints..