Merge pull request #3132 from aasimansari1/add-ultralytics

Add Ultralytics (YOLO) to Computer Vision section
This commit is contained in:
Jinyang
2026-05-18 07:53:32 +04:00
committed by GitHub

View File

@@ -216,6 +216,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