Skip to content

ngxson/smolvlm-realtime-webcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SmolVLM real-time camera demo

demo

This repository is a simple demo for how to use llama.cpp server with SmolVLM 500M to get real-time object detection

How to setup

  1. Install llama.cpp
  2. Run llama-server -hf ggml-org/SmolVLM-500M-Instruct-GGUF
    Note: you may need to add -ngl 99 to enable GPU (if you are using NVidia/AMD/Intel GPU)
    Note (2): You can also try other models here
  3. Open index.html
  4. Optionally change the instruction (for example, make it returns JSON)
  5. Click on "Start" and enjoy

About

Real-time webcam demo with SmolVLM and llama.cpp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages