Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • View All Playbooks
    View All Playbooks

    onboarding

    • Set Up Local Network Access
    • Open WebUI with Ollama

    data science

    • Single-cell RNA Sequencing
    • Portfolio Optimization
    • CUDA-X Data Science
    • Build Knowledge Graphs with txt2kg
    • Optimized JAX

    tools

    • DGX Dashboard
    • RAG Application in AI Workbench
    • Set up Tailscale on Your Spark
    • VS Code
    • Connect Three DGX Spark in a Ring Topology
    • Connect Multiple DGX Spark through a Switch

    fine tuning

    • FLUX.1 Dreambooth LoRA Fine-tuning
    • LLaMA Factory
    • Fine-tune with NeMo
    • Fine-tune with Pytorch
    • Unsloth on DGX Spark

    use case

    • Run Hermes Agent with a Local LLM
    • cuTile Kernels
    • CLI Coding Agent
    • Run NemoClaw with a Local LLM
    • 🦞 Set Up Example NemoClaw Agents 🦞
    • Live VLM WebUI
    • Install and Use Isaac Sim and Isaac Lab
    • Vibe Coding in VS Code
    • Build and Deploy a Multi-Agent Chatbot
    • Connect Two Sparks
    • NCCL for Multiple Sparks
    • Build a Video Search and Summarization (VSS) Agent
    • Spark & Reachy Photo Booth
    • Secure AI Agents with OpenShell
    • Run OpenClaw with a Local LLM

    inference

    • Generate Images and Videos with ComfyUI
    • Serve LLMs with vLLM
    • Speculative Decoding
    • Run models with llama.cpp on DGX Spark
    • Nemotron Model Family on DGX Spark
    • Serve LLMs with SGLang
    • TRT LLM for Inference
    • Quantize Models to NVFP4 with NVIDIA Model Optimizer
    • Multi-modal Inference
    • NIM on Spark
    • LM Studio on DGX Spark

    Build a Video Search and Summarization (VSS) Agent

    30 MIN

    Run the VSS Blueprint on your Spark

    • DGX
    • Spark
    View on GitHub
    OverviewOverviewInstructionsInstructionsTroubleshootingTroubleshooting

    Basic idea

    Deploy NVIDIA's Video Search and Summarization (VSS) AI Blueprint to build intelligent video analytics systems that combine vision language models, large language models, and retrieval-augmented generation. The system transforms raw video content into real-time actionable insights with video summarization, Q&A, and real-time alerts. You'll set up either a completely local Event Reviewer deployment or a hybrid deployment using remote model endpoints.

    What you'll accomplish

    You will deploy NVIDIA's VSS AI Blueprint on NVIDIA Spark hardware with Blackwell architecture, choosing between two deployment scenarios: VSS Event Reviewer (completely local with VLM pipeline) or Standard VSS (hybrid deployment with remote LLM/embedding endpoints). This includes setting up Alert Bridge, VLM Pipeline, Alert Inspector UI, Video Storage Toolkit, and optional DeepStream CV pipeline for automated video analysis and event review.

    What to know before starting

    • Working with NVIDIA Docker containers and container registries
    • Setting up Docker Compose environments with shared networks
    • Managing environment variables and authentication tokens
    • Basic understanding of video processing and analysis workflows

    Prerequisites

    • NVIDIA Spark device with ARM64 architecture and Blackwell GPU
    • DGX OS (suggested: 7.4.0 or higher)
    • Driver version 580.95.05 or higher installed: nvidia-smi | grep "Driver Version"
    • CUDA version 13.0 installed: nvcc --version
    • Docker installed and running: docker --version && docker compose version
    • Access to NVIDIA Container Registry with NGC API Key
    • NVIDIA Container Toolkit
    • [Optional] NVIDIA API Key for remote model endpoints (hybrid deployment only)
    • Sufficient storage space for video processing (>10GB recommended in /tmp/)

    Ancillary files

    • VSS Blueprint GitHub Repository - Main codebase and Docker Compose configurations
    • VSS Official Documentation - Complete system documentation

    Time & risk

    • Duration: 30-45 minutes for initial setup, additional time for video processing validation
    • Risks:
      • Container startup can be resource-intensive and time-consuming with large model downloads
      • Network configuration conflicts if shared network already exists
      • Remote API endpoints may have rate limits or connectivity issues (hybrid deployment)
    • Rollback: Stop all containers with deploy/docker/scripts/dev-profile.sh down
    • Last Updated: 06/17/2026
      • Update required OS and Driver versions
      • Support for VSS 3.2.0 with Cosmos Reason 2 VLM

    Resources

    • DGX Spark Documentation
    • DGX Spark Forum
    • DGX Spark User Performance Guide
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright Β© 2026 NVIDIA Corporation