#336 · Primary category: Computer Vision
pipeless
An open-source computer vision framework to build and deploy apps in minutes
Project last updated:05/08/24
GitHub Stars
852
Forks
52
Contributors
8
License
Apache-2.0
Why we included this project
Pipeless takes the serverless model and applies it to video: you write functions that run on each frame, and the framework handles ingestion, scheduling, inference, multi-stream management, and memory reuse itself. That means a detection model that works in a notebook can become an always-on pipeline without hand-assembling a GStreamer or FFmpeg stack, since those sit underneath and Rust does the heavy lifting while your logic stays in Python. It supports common models like YOLO, which makes it a practical fit for edge cameras, live feeds, and media pipelines shipping object detection. Just confirm your input sources and model formats are covered before committing, because you hand over pipeline control in exchange for the callbacks.
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)