This SDK provides a convenient interface for deploying and managing YOLOvX models. It includes methods for listing available models and deploying new models.
Installation
To use this SDK, first ensure you have Python installed on your system. Then, you can install it via pip:
Usage
First, set your API key as an environment variable:
Next, import the YOLOvX_sdk class from the SDK:
Create an instance of the YOLOvX_sdk class:
Listing Models Names
You can list used model names using the list_model_names method:
Deploying a Model
To deploy a new model, use the deploy_model method:
Replace "model_name" with the desired name for your model and "/path/to/your/model" with the path to your YOLOvX model file.
Supported Models are in YOLOvX App
| Format | Supported |
|---|---|
| YOLOv9 | ✅ |
| YOLOv8 | ✅ |
| YOLOv5 | ✅ |
| YOLOv3 | ✅ |