Skip to main content

Ultralytics HUB Client SDK.

Project description


Ultralytics logo

🚀 Ultralytics HUB-SDK

HUB-SDK CI Discord Ultralytics Forums Ultralytics Reddit

Welcome to the Ultralytics HUB-SDK documentation! 📖 Our aim is to guide you through the installation process and help you get started with using HUB-SDK for your machine learning endeavors.

🛠 Quickstart: Installing HUB-SDK

Ready to dive into HUB-SDK? Follow these steps to set it up on your machine.

Prerequisites

Ensure you have the following requirements met before proceeding:

  • Python: HUB-SDK requires Python. Download and install Python from python.org if it's not already installed on your system.

  • Git (Optional): If you're looking to install HUB-SDK via the GitHub repository, you'll need Git. Grab Git from git-scm.com if you don't have it.

Installation Methods

Choose from the following options to install HUB-SDK:

Installing from PyPI

PyPI version Downloads

For the latest stable release of HUB-SDK, use PyPI by running the following command:

pip install hub-sdk

🚀 Usage

Let's begin using the HUB-SDK to perform CRUD operations for Models, Datasets, and Projects.

1. Import HUB-SDK

Start by importing the HUBClient from the hub_sdk module with from hub_sdk import HUBClient.

2. Authenticate with Credentials

Set your credentials using one of the following methods:

Using API Key
# Authenticate using an API key
credentials = {"api_key": "YOUR_API_KEY"}

or

Using Email and Password
# Authenticate using your email and password
credentials = {"email": "YOUR_EMAIL", "password": "YOUR_PASSWORD"}

3. Initialize the HUBClient

With your credentials ready, initialize the HUBClient:

from hub_sdk import HUBClient

# Initialize the client with your credentials
client = HUBClient(credentials)

Operations

Below are code snippets demonstrating create, read, update, and delete (CRUD) operations for Projects, Models, and Datasets.

Project Operations

Managing projects is simple:

# Manipulate a project with the given ID
project = client.project("PROJECT_ID")

# Create a new project with the specified data
create_project = project.create_project("PROJECT_DATA")

# Update the existing project with new data
update_project = project.update("UPDATE_DATA")

# Delete the project
deleted_project = project.delete()

Model Operations

Handle models effortlessly:

# Engage with a model using the given ID
model = client.model("MODEL_ID")

# Create a new model providing the necessary data
create_model = model.create_project("MODEL_DATA")

# Update the model using provided data
update_model = model.update("UPDATE_DATA")

# Remove the model from the system
deleted_model = model.delete()

Dataset Operations

Datasets operations are straightforward:

# Interact with a dataset using the specified ID
dataset = client.dataset("DATASET_ID")

# Establish a new dataset given the data
create_dataset = dataset.create_project("DATASET_DATA")

# Adjust the dataset with updated information
update_dataset = dataset.update("UPDATE_DATA")

# Erase the dataset
deleted_dataset = dataset.delete()

🚀 Ultralytics HUB

Experience seamless AI with Ultralytics HUB ⭐, the all-in-one platform for data visualization, model training, and deployment using YOLO11 🚀. Effortlessly transform images into actionable insights without writing any code. Bring your AI visions to life with our user-friendly Ultralytics App and cutting-edge tools. Start your journey for Free today!

Ultralytics HUB preview image

💡 Contribute

We're thrilled to have you contribute to Ultralytics' open-source projects! Your support and contributions make a world of difference. Get involved by checking out our Contributing Guide, and share your feedback through our Survey. A massive thank you 🙏 to everyone who contributes!

Ultralytics open-source contributors

📄 License

Ultralytics provides two types of licensing options:

  • AGPL-3.0 License: An OSI-approved open-source license. Ideal for academics, researchers, and enthusiasts, this license promotes sharing knowledge and collaboration. See the LICENSE file for details.

  • Enterprise License: Tailored for commercial applications, this license allows for the integration of Ultralytics software into proprietary products and services. If you're considering using our solutions commercially, please get in touch through Ultralytics Licensing.

🤝 Contact

  • Submit Ultralytics bug reports and feature requests via GitHub Issues.
  • Join our Discord for assistance, questions, and discussions with the community and team!

Ultralytics GitHub space Ultralytics LinkedIn space Ultralytics Twitter space Ultralytics YouTube space Ultralytics TikTok space Ultralytics BiliBili space Ultralytics Discord

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hub_sdk-0.0.19.tar.gz (39.1 kB view details)

Uploaded Source

Built Distribution

hub_sdk-0.0.19-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file hub_sdk-0.0.19.tar.gz.

File metadata

  • Download URL: hub_sdk-0.0.19.tar.gz
  • Upload date:
  • Size: 39.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hub_sdk-0.0.19.tar.gz
Algorithm Hash digest
SHA256 29da37520780877983afc081b2b5ed9b282362c1e4c0c2d3d54efa5c2a0c2cc8
MD5 5e473b76a4d74206a80ce37a8f240b39
BLAKE2b-256 a2b7d913df0abcd741fdce435ffc69a0389e2b1bed9097d8edcb463f4c7787a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for hub_sdk-0.0.19.tar.gz:

Publisher: publish.yml on ultralytics/hub-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hub_sdk-0.0.19-py3-none-any.whl.

File metadata

  • Download URL: hub_sdk-0.0.19-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for hub_sdk-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 31b921e76650b27c4dfe07d24e2cf6f608d1b1bd9a195b02de91d5c4a9121d98
MD5 7afe447f133e7ff5aa0fbf4ccf4f1405
BLAKE2b-256 9d25652346806891c3c098883df28123875b90e1afc5c4145cef48dda0217502

See more details on using hashes here.

Provenance

The following attestation bundles were made for hub_sdk-0.0.19-py3-none-any.whl:

Publisher: publish.yml on ultralytics/hub-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page