Sign inSign up

aukilabs/vlm-node-worker

By aukilabs

Updated 7 months ago

VLM Node Worker is a Python-based background job processor with GPU support.

Image
0

2.6K

aukilabs/vlm-node-worker repository overview

Introduction

VLM Node Worker is a Python-based background job processor with GPU support designed for processing images captured by smart glasses in retail environments. It performs image analysis using Ollama VLM/LLM models with GPU-accelerated inference, enabling automated task tracking and analysis.

VLM stands for Vision Language Model - AI models that can understand both images and text.

Quick reference

Supported tags

  • latest (bleeding edge, not recommended)
  • stable (recommended for production)
  • v1.0.0, v1.0, v1

How to use the image

See the official documentation Docker Compose.

Quick Start

# Pull the image
docker pull aukilabs/vlm-node-worker:stable

# Run with basic configuration
docker run -d \
  --name vlm-worker \
  --gpus all \
  -e POSTGRES_URL=postgres://user:pass@host:5432/db \
  -e DATA_DIR=/app/data \
  -e OLLAMA_HOST=http://ollama:11434 \
  aukilabs/vlm-node-worker:stable

Tag summary

Content type

Image

Digest

sha256:a7d4be2f0

Size

3.8 GB

Last updated

7 months ago

docker pull aukilabs/vlm-node-worker