Instructions to use Ultralytics/YOLO26 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Ultralytics/YOLO26 with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Ultralytics/YOLO26") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
docs: ๐ Ultralytics Platform logo updated
Browse files
README.md
CHANGED
|
@@ -249,7 +249,7 @@ Our key integrations with leading AI platforms extend the functionality of Ultra
|
|
| 249 |
<br>
|
| 250 |
<br>
|
| 251 |
|
| 252 |
-
| <a href="https://platform.ultralytics.com/ultralytics/yolo26"><img src="https://
|
| 253 |
| :---: | :---: | :---: | :---: |
|
| 254 |
| Streamline Ultralytics YOLO workflows: Label, train, and deploy effortlessly with [Ultralytics Platform](https://platform.ultralytics.com/ultralytics/yolo26). Try now! | Track experiments, hyperparameters, and results with [Weights & Biases](https://docs.ultralytics.com/integrations/weights-biases/). | Free forever, [Comet ML](https://docs.ultralytics.com/integrations/comet/) lets you save Ultralytics YOLO models, resume training, and interactively visualize predictions. | Run Ultralytics YOLO inference up to 6x faster with [Neural Magic DeepSparse](https://docs.ultralytics.com/integrations/neural-magic/). |
|
| 255 |
|
|
|
|
| 249 |
<br>
|
| 250 |
<br>
|
| 251 |
|
| 252 |
+
| <a href="https://platform.ultralytics.com/ultralytics/yolo26"><img src="https://cdn.jsdelivr.net/gh/ultralytics/assets@main/logo/Ultralytics-logomark-color.png" width="30%" alt="Ultralytics Platform logo"></a><br>Ultralytics Platform ๐ | <a href="https://docs.ultralytics.com/integrations/weights-biases/"><img src="https://github.com/ultralytics/assets/raw/main/partners/logo-wb.png" width="40%" alt="Weights & Biases logo"></a><br>Weights & Biases | <a href="https://docs.ultralytics.com/integrations/comet/"><img src="https://github.com/ultralytics/assets/raw/main/partners/logo-comet.png" width="40%" alt="Comet ML logo"></a><br>Comet | <a href="https://docs.ultralytics.com/integrations/neural-magic/"><img src="https://github.com/ultralytics/assets/raw/main/partners/logo-neuralmagic.png" width="40%" alt="Neural Magic logo"></a><br>Neural Magic |
|
| 253 |
| :---: | :---: | :---: | :---: |
|
| 254 |
| Streamline Ultralytics YOLO workflows: Label, train, and deploy effortlessly with [Ultralytics Platform](https://platform.ultralytics.com/ultralytics/yolo26). Try now! | Track experiments, hyperparameters, and results with [Weights & Biases](https://docs.ultralytics.com/integrations/weights-biases/). | Free forever, [Comet ML](https://docs.ultralytics.com/integrations/comet/) lets you save Ultralytics YOLO models, resume training, and interactively visualize predictions. | Run Ultralytics YOLO inference up to 6x faster with [Neural Magic DeepSparse](https://docs.ultralytics.com/integrations/neural-magic/). |
|
| 255 |
|