anatools package¶
anatools is Rendered.ai’s SDK for connecting to the Platform API and creating annotations locally.
The
anatools.annotations
package allows a User to generate annotations locally without the need for the Platform.The
anatools.api
package is used by theanatools.client
package to access the api.The
anatools.client
package exposes the Platform API to the User. Everything that a user can do through the UI can be done via the SDK through theanatools.client
package.
The SDK’s submodule methods are all exposed to the user, so the full path is not required to call a specific method.
View the Introduction to Rendered.ai Documentation to learn more.
Subpackages
- anatools.annotations package
- anatools.api package
- anatools.api.analytics module
- anatools.api.annotations module
- anatools.api.api module
- anatools.api.channels module
- anatools.api.datasets module
- anatools.api.gan module
- anatools.api.graphs module
- anatools.api.handlers module
- anatools.api.limits module
- anatools.api.members module
- anatools.api.organizations module
- anatools.api.volumes module
- anatools.api.workspaces module
- anatools.client package
- anatools.client.anaclient module
- anatools.client.analytics module
- anatools.client.annotations module
- anatools.client.channels module
- anatools.client.datasets module
- anatools.client.envs module
- anatools.client.gan module
- anatools.client.graphs module
- anatools.client.organizations module
- anatools.client.volumes module
- anatools.client.workspaces module