From 5885075bf7ef21b0c2bb3fe677e050b2f30a84b6 Mon Sep 17 00:00:00 2001 From: Mohd Aasim Ansari Date: Sun, 17 May 2026 07:31:18 +0000 Subject: [PATCH] Add ultralytics to Computer Vision section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81eff0edb4..f65b3ab145 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ _Libraries for Computer Vision._ - [kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch. - [opencv](https://github.com/opencv/opencv-python) - Open Source Computer Vision Library. - [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr). +- [ultralytics](https://github.com/ultralytics/ultralytics) - Ultralytics YOLO for object detection, segmentation, pose estimation, and classification with state-of-the-art accuracy and speed. ### Recommender Systems