From 59411288353b4a45731c58c17894f0c3a1f4ad8b Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Fri, 26 Jan 2024 21:33:57 +0500 Subject: [PATCH] Explorer API video https://youtu.be/3VryynorQeo (#7838) --- docs/en/datasets/explorer/api.md | 11 +++++++++++ docs/en/datasets/explorer/dashboard.md | 11 +++++++++++ docs/en/datasets/explorer/index.md | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/docs/en/datasets/explorer/api.md b/docs/en/datasets/explorer/api.md index f7ea8d73..dc650e6b 100644 --- a/docs/en/datasets/explorer/api.md +++ b/docs/en/datasets/explorer/api.md @@ -11,6 +11,17 @@ keywords: Ultralytics Explorer API, Dataset Exploration, SQL Queries, Vector Sim Open In Colab The Explorer API is a Python API for exploring your datasets. It supports filtering and searching your dataset using SQL queries, vector similarity search and semantic search. +

+
+ +
+ Watch: Ultralytics Explorer API Overview +

+ ## Installation Explorer depends on external libraries for some of its functionality. These are automatically installed on usage. To manually install these dependencies, use the following command: diff --git a/docs/en/datasets/explorer/dashboard.md b/docs/en/datasets/explorer/dashboard.md index 450d01e5..7686646b 100644 --- a/docs/en/datasets/explorer/dashboard.md +++ b/docs/en/datasets/explorer/dashboard.md @@ -12,6 +12,17 @@ Explorer GUI is like a playground build using [Ultralytics Explorer API](api.md) Explorer Dashboard Screenshot 1

+

+
+ +
+ Watch: Ultralytics Explorer Dashboard Overview +

+ ### Installation ```bash diff --git a/docs/en/datasets/explorer/index.md b/docs/en/datasets/explorer/index.md index ad331c0b..a55a0f6b 100644 --- a/docs/en/datasets/explorer/index.md +++ b/docs/en/datasets/explorer/index.md @@ -13,6 +13,17 @@ keywords: Ultralytics Explorer, CV Dataset Tools, Semantic Search, SQL Dataset Q Open In Colab Ultralytics Explorer is a tool for exploring CV datasets using semantic search, SQL queries, vector similarity search and even using natural language. It is also a Python API for accessing the same functionality. +

+
+ +
+ Watch: Ultralytics Explorer API | Semantic Search, SQL Queries & Ask AI Features +

+ ### Installation of optional dependencies Explorer depends on external libraries for some of its functionality. These are automatically installed on usage. To manually install these dependencies, use the following command: