From 70d290c24b7b29d4024dd6c83a2a6ab31dc1e7b1 Mon Sep 17 00:00:00 2001 From: Burhan <62214284+Burhan-Q@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:32:37 -0400 Subject: [PATCH] Add fiftyone (#3244) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 356379b..3212a04 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ _Libraries for working with human languages._ _Libraries for Computer Vision._ - [easyocr](https://github.com/JaidedAI/EasyOCR) - Ready-to-use OCR with 40+ languages supported. +- [fiftyone](https://github.com/voxel51/fiftyone) - The open-source tool for building high-quality datasets and computer vision models. - [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).