#141 · Primary category: Computer Vision
smolvlm-realtime-webcam
Real-time webcam demo with SmolVLM and llama.cpp server
Project last updated:05/12/25
GitHub Stars
5.6K
Forks
894
Contributors
1
License
Other
Why we included this project
This demo shows how to run a vision-language model against a live webcam feed on an ordinary laptop. SmolVLM-500M is small enough for that, and the project connects it to llama.cpp's server, then serves a minimal HTML page that streams camera frames to the model and displays detections in real time. Setup is a single server command plus opening one file, and because the instruction prompt is editable, you can ask the model to describe the scene or return JSON rather than just label objects. That combination makes it useful as a quick test of whether a small VLM fits your object-detection or instruction-following use case, and a compact reference for llama.cpp's multimodal API if you are exploring local, offline inference.
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)