JTheta Python SDK

πŸ“¦ JTheta Python SDK

The official Python SDK for interacting with the JTheta.ai platform β€” enabling seamless dataset management, annotation requests, and automation of your AI pipeline.


πŸš€ Installation

Install the SDK using pip:

pip install jtheta

PyPI version


πŸ”‘ Getting Started

  1. Login to https://app.jtheta.ai and create a workspace.

  2. Navigate to the workspace dashboard and click on the Create API Key option in the left sidebar.

  3. Copy the generated API key.

import jtheta

# Initialize with your API key
jtheta.init("your_api_key_here")

# Validate your API key
print(jtheta.validate_key())

πŸ“ Project & Dataset Management

Create a New Project

Create a Dataset and Upload Images

Upload Additional Images


πŸ‘₯ Manage Annotators & Reviewers

Retrieve Annotators

Retrieve Reviewers


πŸ“ Request Annotations


πŸ“₯ Download Annotated Dataset


βœ… Features

  • Project and dataset creation

  • Image upload

  • Annotation request and monitoring

  • Dataset export

  • Retrieve annotators and reviewers


πŸ“¬ Support & Feedback

Have questions or feature requests? Reach out!


πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for details.

Last updated