#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