#144 · Primary category: Computer Vision
streamlit-webrtc
Real-time video and audio processing on Streamlit
Project last updated:08/27/26
GitHub Stars
1.7K
Forks
219
Contributors
9
License
MIT
Why we included this project
Streamlit teams that want live camera or microphone input in their dashboards often have to work around the framework's file-based model. This component brings WebRTC into the picture: the browser streams video and audio frames into Python, where a small callback processes each frame and sends it back to the page. That makes object detection, OpenCV filters, pose estimation, and style transfer practical on a live feed instead of on uploaded files. The API is compact, so a working video app fits in a few dozen lines, and the included examples range from one-way streaming to real-time speech-to-text. For teams already standardized on Streamlit, this is a low-friction way to add live-media features without leaving their usual stack.
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)