Open Source Computer Vision Framework

Scalable Computer Vision and Video Analytics Framework

Ultimate software stack for building high-performance production-ready computer vision and machine learning applications, running on edge and data center NVIDIA hardware.

Framework, Not Just a Library

Framework, Not Just a Library

Savant is a framework, not a mere library. It is created for building end-to-end computer vision and video analytical applications, providing edge, data center and hybrid glass-to-glass experience. Savant is like Django, Ruby On Rails, or Spring, but for processing video streams and images in the computer vision domain.

Efficient by Design

Efficient by Design

Savant stands on the shoulders of DeepStream: the most advanced NVIDIA technology for video processing and neural model inference. The framework encourages developers to follow best practices, allowing them to integrate battle-proven libraries like OpenCV CUDA, PyTorch, CuPy, or CV-CUDA into Savant pipelines efficiently and effectively.

Reliable and Practical

Reliable and Practical

Savant focuses on productization: it is not only about model serving but also video stream access and delivery, routing, buffering, storing, and augmenting. Savant provides an end-to-end solution for building applications in the computer vision and video analytics domain, spanning from the edge to the data center and the user interface.

Developer-Friendly

Developer-Friendly

Savant is created by developers and for developers. It democratizes the creation of computer vision applications, allowing researchers to transition from proof-of-concept pipelines to real-world applications in days, not months. Providing a familiar Python-based framework and more than 30 real-life samples, it makes it easy to create production-ready apps.

Try Savant

GPU-Accelerated Human Detection, Tracking, and Blurring

To help novice users get started with Savant, we prepared a ready-to-use example that you can download, build, and launch. This simple pipeline uses the standard Nvidia PeopleNet model to detect persons and their faces in the video; the faces are blurred with the integrated OpenCV CUDA functionality. There is also a tracker that helps reduce box flickering.

View Tutorial

Quick Start

System requirements.

# Ensure you have Git and Git LFS installed
git clone https://github.com/insight-platform/Savant.git && \
    cd Savant && \
    git lfs pull

# if x86
./utils/check-environment-compatible && \
    docker compose -f samples/peoplenet_detector/docker-compose.x86.yml up

# if Jetson
./utils/check-environment-compatible && \
    docker compose -f samples/peoplenet_detector/docker-compose.l4t.yml up

# open 'rtsp://127.0.0.1:554/stream/city-traffic' in your player
# or visit 'http://127.0.0.1:888/stream/city-traffic/' (LL-HLS)

Explore Demos

Dive into Savant with demos and cases explaining how to use Savant.

Share Your Ideas

We use Discord to exchange ideas. Let us know your questions and suggestions there.

Custom Services

If you would like to acquire custom services, contact us.

Features

Savant is packed with features needed for advanced computer vision and video analytics pipelines.

High Performance

Savant is designed to be fast: it works on top of DeepStream — the fastest SDK for video analytics. Even the heavyweight segmentation models can run in real-time.

Edge and Data Center

The framework supports running the pipelines on Nvidia’s edge devices (Jetson Family) and data center devices (Tesla, Quadro, etc.) with minor or zero changes.

Cloud-Ready

Savant pipelines run in Docker containers. We provide images for x86+dGPU and Jetson hardware.

Low Latency & High Capacity

Savant can be configured to execute a pipeline in real-time, skipping data when running out of capacity or in high capacity mode, guaranteeing the processing of all the data.

Ready-To-Use API

A pipeline is a self-sufficient service communicating with the world via high-performance streaming API.

Advanced Data Protocol

The framework universally uses a protocol based on Protocol Buffers for both video and metadata delivery, making it highly flexible for IoT and 3rd-party integrations.

OpenTelemetry Support

Precisely instrument pipelines with OpenTelemetry. Traces can span from edge to core to business logic through network and storage.

Prometheus Support

Savant pipelines can be instrumented with Prometheus for monitoring pipeline performance and resource utilization.

Client SDK

Python-based SDK to interact with Savant pipelines (ingest and receive data), integrated with OpenTelemetry for programmatic access to traces and logs.

Development Server

Savant provides a Development Server tool which enables dynamic reloading of changed code without pipeline restarts, helping to develop and debug much faster.

Dynamic Sources Management

Dynamically attach and detach sources and sinks to the pipeline without reloading. The framework resiliently handles source/sink outages.

Handy Source & Sink Adapters

Several ready-to-use adapters that you can employ “as is” or modify for your needs. Not limited to Client SDK.

Dynamic Parameters Ingestion

Dynamic configuration of the pipeline with in-protocol attributes, Etcd, or custom integrations for advanced ML pipelines.

OpenCV CUDA Support

Custom OpenCV CUDA bindings enable operations on DeepStream’s in-GPU frames with a broad range of OpenCV CUDA functions.

PyTorch Support

Use custom or ready-to-use PyTorch models from PyTorchHub within your Savant pipelines.

CuPy Support

CuPy is a NumPy-like library for GPU-accelerated computing, enabling custom CUDA functions in Python.

Rotated Detection Models

Support models that produce bounding boxes rotated relative to the video frame (oriented bounding boxes), common with bird's-eye cameras.

Python

Python is a crucial language for data science and ML. Developers can use it to implement flexible processing for metadata and customize framework runtime.

About Us

We develop high-performance video inferencing pipelines and train neural networks.

The In-Sight team is an ML/AI department of Bitworks Software. We develop custom high-performance AI/CV applications for various industries providing full-cycle processes, including but not limited to data labeling, model evaluation, training, pruning, quantization, validation, verification, pipeline development, and CI/CD. We mainly focus on Nvidia hardware (both data center and edge).

We have developed Savant to democratize Nvidia DeepStream and make it available to ML and CV engineers. We use it ourselves to deliver flexible production-ready video analytics pipelines to our customers as quickly as possible.

To acquire custom services, contact us.

Latest from the Blog

News, updates and useful materials about Savant and computer vision.