From bca0127a3090f69586793fe13edcbfe4feb1730b Mon Sep 17 00:00:00 2001
From: James Briggs <35938317+jamescalam@users.noreply.github.com>
Date: Sun, 25 Feb 2024 15:10:11 +0400
Subject: [PATCH] tweaks to video splitter example

---
 docs/examples/video-splitter.ipynb | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/docs/examples/video-splitter.ipynb b/docs/examples/video-splitter.ipynb
index 5b44f85e..4fd07b43 100644
--- a/docs/examples/video-splitter.ipynb
+++ b/docs/examples/video-splitter.ipynb
@@ -1,5 +1,13 @@
 {
  "cells": [
+  {
+   "cell_type": "markdown",
+   "id": "dce8c304",
+   "metadata": {},
+   "source": [
+    "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/docs/examples/video-splitter.ipynb) [![Open nbviewer](https://raw.githubusercontent.com/pinecone-io/examples/master/assets/nbviewer-shield.svg)](https://nbviewer.org/github/aurelio-labs/semantic-router/blob/main/docs/examples/video-splitter.ipynb)"
+   ]
+  },
   {
    "cell_type": "markdown",
    "id": "b3e65ca8-60c5-4936-bbbd-ccdb7fe3f0f4",
@@ -15,6 +23,19 @@
     "Let's start by loading a test video and splitting it into frames"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": null,
+   "id": "8772039d",
+   "metadata": {},
+   "outputs": [],
+   "source": [
+    "!pip install -qU \\\n",
+    "    \"semantic-router[vision]==0.0.25\" \\\n",
+    "    opencv-python \\\n",
+    "    matplotlib"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": 1,
-- 
GitLab