From b800d1192b6c929e3c438977f9b575e2f20924ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Nystr=C3=B6m?= Date: Sat, 21 Feb 2026 09:51:38 +0100 Subject: [PATCH] adds video annotator to components gallery --- .../components/streamlit-video-annotator.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 components/registry/components/streamlit-video-annotator.json diff --git a/components/registry/components/streamlit-video-annotator.json b/components/registry/components/streamlit-video-annotator.json new file mode 100644 index 0000000..cf9170c --- /dev/null +++ b/components/registry/components/streamlit-video-annotator.json @@ -0,0 +1,25 @@ +{ + "schemaVersion": 1, + "title": "Video Annotator", + "author": { + "github": "Mikaelnystroms", + "displayName": "Mikael Nystrom" + }, + "links": { + "github": "https://github.com/Mikaelnystroms/video_annotator", + "pypi": "streamlit-video-annotator", + "demo": null, + "docs": null + }, + "media": { + "image": null + }, + "install": { + "pip": "pip install streamlit-video-annotator" + }, + "governance": { + "enabled": true, + "notes": null + }, + "categories": ["Images & video"] +}