a HTTP API server and WebSocket handler designed for processing images and any type of CV jobs
3.0K
VLM Node Server is a high-performance HTTP API server and WebSocket handler designed for processing images captured by smart glasses in retail environments. It leverages Vision Language Models (VLM) and Large Language Models (LLM) to intelligently analyze images and determine task timing within retail stores, enabling automated task tracking and analysis.
VLM stands for Vision Language Model - AI models that can understand both images and text.
amd64, arm64 (arm64v8)latest (bleeding edge, not recommended)stable (recommended for production)v1.0.0, v1.0, v1See the official documentation Docker Compose
# Pull the image
docker pull aukilabs/vlm-node-server:stable
# Run with basic configuration
docker run -d \
--name vlm-server \
-p 8080:8080 \
-e POSTGRES_URL=postgres://user:pass@host:5432/db \
-e DATA_DIR=/app/data \
-e OLLAMA_HOST=http://ollama:11434 \
aukilabs/vlm-node-server:stable
Content type
Image
Digest
sha256:c40b8f3da…
Size
41.8 MB
Last updated
6 months ago
docker pull aukilabs/vlm-node-server