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π Getting Started
Login to https://app.jtheta.ai and create a workspace.
Navigate to the workspace dashboard and click on the Create API Key option in the left sidebar.
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!
Email: contact@jtheta.ai
Website: https://jtheta.ai
π License
This project is licensed under the MIT License. See the LICENSE file for details.
Last updated