Rajat M R avatar

Rajat M R

Community

@atomicrajat · Bangalore

1Followers
|
5Public Repos
|
28Published Skills

Solutions Architect - Edge AI | Deepstream | Accelerated AI | Deep Learning | TinyML | NVIDIA Jetson

Skills Distribution
DomainAI Models & ...Video Analytics & .. (45%)Edge Inference Opt.. (25%)Jetson Platform Co.. (20%)Microservice Deplo.. (10%)

Agent Skills by Rajat M R

Showing 28 vetted skills indexed across 1 GitHub repositories.

atomicrajatatomicrajat
2

jetson-customize-clocks

Configure Jetson CPU, GPU, and EMC clock ceilings by editing BPMP DTB and nvpower.sh pre-flash.

Community
Advanced
atomicrajatatomicrajat
2

vss-deploy-profile

Deploy, verify, debug, and tear down NVIDIA VSS compose profiles on GPU hosts.

Community
Advanced
atomicrajatatomicrajat
2

deepstream-profile-pipeline

Profile DeepStream pipelines with Nsight Systems and derive performance configs from measurements.

Community
Advanced
atomicrajatatomicrajat
2

deepstream-dev

Build NVIDIA DeepStream video analytics pipelines with the Python pyservicemaker API.

Community
Advanced
atomicrajatatomicrajat
2

jetson-inference-mem-tune

Recommends inference runtimes and memory launch flags for LLM/VLM serving on NVIDIA Jetson devices.

Community
Intermediate
atomicrajatatomicrajat
2

vss-deploy-detection-tracking-2d

Deploy, debug, and operate the RTVI-CV 2D detection and tracking microservice via Docker and REST API.

Community
Advanced
atomicrajatatomicrajat
2

jetson-customize-nvpmodel

Edits nvpmodel power-mode configurations on Jetson Orin and Thor BSP overlays.

Community
Advanced
atomicrajatatomicrajat
2

vss-ask-video

Ask visual questions about recorded video clips through the VSS agent's video_understanding tool.

Community
Intermediate
atomicrajatatomicrajat
2

jetson-print-device-info

Prints Jetson device model, L4T version, kernel, OS version, and power mode.

Community
Basic
atomicrajatatomicrajat
2

vss-query-analytics

Query video-analytics incidents, alerts, and sensor metrics through the VA-MCP server.

Community
Intermediate
atomicrajatatomicrajat
2

nvidia-skill-finder

Discover and recommend NVIDIA agent skills from the live catalog for NVIDIA-related tasks.

Community
Intermediate
atomicrajatatomicrajat
2

deepstream-run-mv3dt

Run and operate the DeepStream Multi-View 3D Tracking reference app with samples, custom datasets, and Kafka metadata.

Community
Advanced
atomicrajatatomicrajat
2

vss-summarize-video

Summarize recorded video clips via the LVS microservice with a VLM fallback.

Community
Advanced
atomicrajatatomicrajat
2

jetson-diagnostic

Captures read-only Jetson health snapshots covering identity, memory, GPU, thermal, power, and services.

Community
Advanced
atomicrajatatomicrajat
2

vss-setup-behavior-analytics

Deploys the vss-behavior-analytics container standalone with chosen entrypoint, config, and calibration.

Community
Advanced
atomicrajatatomicrajat
2

rtvi-vlm-customize-model

Reconfigures the VLM endpoint across all three VLM consumers in the NVIDIA VSS Alerts Blueprint.

Community
Advanced
atomicrajatatomicrajat
2

vss-manage-alerts

Manage VSS alert subscriptions, real-time monitoring, Slack notifications, and incident queries.

Community
Advanced
atomicrajatatomicrajat
2

deepstream-generate-pipeline

Generate validated gst-launch-1.0 pipelines for NVIDIA DeepStream video inference and tracking.

Community
Advanced
atomicrajatatomicrajat
2

vss-manage-video-io-storage

Manage VIOS REST API operations for sensors, streams, clips, snapshots, and video storage.

Community
Advanced
atomicrajatatomicrajat
2

vss-deploy-dense-captioning

Deploy the standalone RT-VLM dense-captioning microservice and exercise its REST API endpoints.

Community
Advanced
atomicrajatatomicrajat
2

vss-setup-video-analytics-api

Deploy the vss-video-analytics-api REST service standalone with Elasticsearch and optional Kafka.

Community
Advanced
atomicrajatatomicrajat
2

vss-generate-video-report

Generates structured video analysis and incident-range reports from VSS clips and analytics.

Community
Advanced
atomicrajatatomicrajat
2

deepstream-sop

Builds and debugs the DeepStream SOP inference microservice for VLM-based procedure compliance monitoring.

Community
Advanced
atomicrajatatomicrajat
2

jetson-optimize-memory

Reclaim DRAM on Jetson devices by disabling unused display, camera, and SWIOTLB carveouts.

Community
Advanced

Frequently Asked Questions About Rajat M R

FAQPage Schema
What tasks can I accomplish with atomicrajat's NVIDIA skill registry?

You can tune Jetson clocks, power modes, and memory carveouts; build, profile, and benchmark DeepStream video pipelines; run Multi-View 3D Tracking; and deploy the full VSS blueprint for video search, summarization, alerts, dense captioning, and VLM-based visual question answering.

Who is the target audience for these skills?

Edge AI solutions architects, embedded engineers working on NVIDIA Jetson Orin/Thor targets, and video analytics developers building DeepStream GStreamer pipelines or operating NVIDIA VSS warehouse, smart-city, and factory SOP-compliance deployments.

What are the runtime prerequisites for DeepStream profiling?

DeepStream SDK 9.0 on Ubuntu 22.04 or 24.04 inside the nvcr.io/nvidia/deepstream:9.0-triton-multiarch dev container, with Nsight Systems 2024+ (nsys) and nvidia-smi on PATH. It runs fully headless; the samples-multiarch image must be avoided for profiling.

Are these skills open source and what licenses apply?

Yes. Most skills ship under Apache-2.0, while NVIDIA-authored DeepStream and skill-finder entries use dual CC-BY-4.0 AND Apache-2.0 licensing. VSS blueprint skills reference the public NVIDIA-AI-Blueprints video-search-and-summarization GitHub repository.

How do I optimize LLM or VLM inference memory on Jetson?

Use jetson-inference-mem-tune to select a serving stack (vLLM, SGLang, llama.cpp, or TensorRT Edge-LLM) with per-runtime memory flags, and jetson-optimize-memory to reclaim DRAM by disabling unused subsystems across MB1/MB2 BCT, kernel reserved-memory, and SWIOTLB.