#152 · Primary category: Computer Vision
VideoPipe
A cross-platform video structuring (video analysis) framework based on CV models & mLLM.
Project last updated:02/25/26
GitHub Stars
2.9K
Forks
463
Contributors
5
License
Apache-2.0
Why we included this project
VideoPipe is a C++ framework for video analysis built as a chain of independent nodes, closer in spirit to NVIDIA's DeepStream but open source and portable across vendors. It runs on NVIDIA, Jetson, Rockchip, Ascend, or plain CPU boxes, and ingests RTSP, RTMP, UDP, or local streams. Nodes handle detection, classification, tracking, feature extraction, and multimodal-LLM inference; structured results can go to Kafka or other sinks and be overlaid on the frame. You bring your own models and pick the inference backend, from OpenCV DNN to TensorRT, Paddle, or ONNX Runtime, so the framework stays compact and leaves hardware and model choices to you. That makes it a practical base for traffic-incident alerts, license-plate recognition, face recognition, or behavior analysis without locking you into one vendor's ecosystem.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)